Skip to content

Commit

Permalink
closes #81
Browse files Browse the repository at this point in the history
  • Loading branch information
Realtin committed Nov 1, 2017
1 parent 94c544a commit dcdbb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ This is how it works on Travis CI for the different package managers.
```yml
before_install:
# package-lock.json was introduced in npm@5
- npm install -g npm@5
- npm install -g npm@5 # skip this if you are using node 9
- npm install -g greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
Expand Down

0 comments on commit dcdbb5c

Please sign in to comment.