Skip to content

Commit

Permalink
doc: Correct changelog entry for shrinkwrap lifecycle order
Browse files Browse the repository at this point in the history
PR-URL: npm/npm#13084
Credit: @SimenB
Reviewed-By: @iarna
  • Loading branch information
SimenB authored and iarna committed Jun 23, 2016
1 parent 823994f commit e05c0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ status.
scripts section. They are run when you run `npm shrinkwrap` or `npm install --save` with
an `npm-shrinkwrap.json` present in your module directory.

`preshrinkwrap` is run prior to generating the new `npm-shrinkwrap.json` and the other two
are run after.
`preshrinkwrap` and `shrinkwrap` is run prior to generating the new `npm-shrinkwrap.json`
and `postshrinkwrap` is run after.
([@SimenB](https://github.com/SimenB))

#### NEW PROGRESS BAR
Expand Down

0 comments on commit e05c0c2

Please sign in to comment.