Skip to content

Commit 76cd853

Browse files
committed
Use package-lock.json instead of yarn.lock
1 parent 7f55ad4 commit 76cd853

File tree

4 files changed

+123
-3090
lines changed

4 files changed

+123
-3090
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: node_js
22
node_js: 8
33
cache:
44
directories:
5-
- "$HOME/.cache/yarn"
65
- "$HOME/.pkg-cache"
76
- node_modules
87
env:

package-lock.json

Lines changed: 122 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"jest": "^22.1.4",
29-
"pkg": "^4.3.0"
29+
"pkg": "^4.3.4"
3030
},
3131
"jest": {
3232
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)