Skip to content

Commit

Permalink
Add greenkeeper lockfile support
Browse files Browse the repository at this point in the history
Allow greenkeeper to update package-lock.json
  • Loading branch information
NickColley committed Feb 15, 2018
1 parent b33a239 commit e337ac5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
language: node_js
language: node_js
env:
global:
secure: jlPtoUTlusxZn0UDw2b+3uQdzoNwJ1wt303kNQOsEdxM4rVy5rltZEHDyfspoVU/NqMysGE6vebfYq3NNiG0raCa6jd2uu/uZvUNIl9NvtX38jf7hrDbXvZc9HIpIklYETc/+k78HeQWm5Q7JiC+HX5vM9SMe7upKgkTYkG0lmq8NppGEkO4cBelnAiVsApyUlzsPf4NqGwQnP2DYnTkPqJeSwqT+OrPJMR2RU/EhLMTSbfAKBzvD25pev3S20XQNLoAXPF5m6EcwuqFi5LfyY6c6HmhCqlDh3+s8KtzWmSlgs69lTb3Z7+rKToFcfMnJaDbtUwwSmEpXXw7PqOj9iHvh0iC0e79Rcb5aCJ3Yq2K773smkoIw/tAlGLQgUlGBgSNVsYKXsBtOUleEDbcf74k4BAN3eF9+tAJWDSawGNq80qsdNtkW1QhZJN7o4fcdkVZbryY9/WjTaXSULkFLNvNBuR3+Pk38ChGA036bkZIRh+K1sLaX5MTM/sI56UMsqHmLAcPED4NuM81xLlhDW6GqcwaswES3Vp2w99KiA/b0tERCqhtgO/JFHc+w/NAaps7NsORwA3iNSSn1X5MZHNnAMJCwLYCu3gdxHyXOpmndlFMRis5i9jfctxMiZK54m5aV0ZkE6wLdM0NC3mD7fD0WNuXPRHKED/DlKDKR40=
before_install: npm install -g greenkeeper-lockfile@1
before_script: ./node_modules/.bin/greenkeeper-lockfile-update
after_script: ./node_modules/.bin/greenkeeper-lockfile-upload
20 changes: 18 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"lodash.merge": "^4.6.1"
},
"devDependencies": {
"greenkeeper-lockfile": "^1.13.2",
"jest": "^22.2.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
Expand Down

0 comments on commit e337ac5

Please sign in to comment.