From e05c0c243cc702f9c392c001f668a90b57eaeb0e Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 17 Jun 2016 14:40:52 +0200 Subject: doc: Correct changelog entry for shrinkwrap lifecycle order PR-URL: https://github.com/npm/npm/pull/13084 Credit: @SimenB Reviewed-By: @iarna --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index acd37a764..2b0d04ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- cgit v1.2.3