Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimen Bekkhus <sbekkhus91@gmail.com>2016-06-17 15:40:52 +0300
committerRebecca Turner <me@re-becca.org>2016-06-24 00:26:59 +0300
commite05c0c243cc702f9c392c001f668a90b57eaeb0e (patch)
tree77689f9c1a0d12df9313071a06214862819b9069 /CHANGELOG.md
parent823994f100a0e59e1dd109e312811f971968ec75 (diff)
doc: Correct changelog entry for shrinkwrap lifecycle order
PR-URL: https://github.com/npm/npm/pull/13084 Credit: @SimenB Reviewed-By: @iarna
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
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