Skip to content

Commit

Permalink
fix(readme): add note about using recent npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann committed Feb 17, 2017
1 parent 179c457 commit 120073e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ After [enabling Greenkeeper for your repository](https://github.com/greenkeeperi

```yml
before_install:
# Note that this plugin uses the installed npm's built-in mechanism to update the shrinkwrap
# Therefor it is advisable to use latest npm, as there are quite some shrinkwrap fixes in there
- npm install -g npm
- npm install -g greenkeeper-shrinkwrap
- greenkeeper-shrinkwrap-update
```
Expand All @@ -42,6 +45,7 @@ node_js:
- 6
- 4
before_install:
- npm install -g npm
- npm install -g greenkeeper-shrinkwrap@1
- greenkeeper-shrinkwrap-update
# Only the node version 6 job will upload the shrinkwrap
Expand Down

0 comments on commit 120073e

Please sign in to comment.