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
path: root/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-02-26 04:25:05 +0300
committerisaacs <i@izs.me>2011-02-26 04:25:05 +0300
commit314c9efc1114a269ac39e263b0bc843e978de62e (patch)
treebd3382e5bd821e65f4d354ea95b9561a237e476d /doc
parent7431b8a8999be98f49396efcce1607e4223fbd38 (diff)
Closes GH-602 Add preupdatedependency-foo lifecycle scripts
Diffstat (limited to 'doc')
-rw-r--r--doc/scripts.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/scripts.md b/doc/scripts.md
index 7cf34405e..9815fdcb3 100644
--- a/doc/scripts.md
+++ b/doc/scripts.md
@@ -30,6 +30,8 @@ following scripts:
Run BEFORE the package dependencies are pointed to the new version.
* updatedependencies, postupdatedependencies:
Run AFTER the package dependencies are pointed to the new version.
+* (pre,post,)updatedependency-foo:
+ Run (before,after) the "foo" dependency is modified.
* pretest, test, posttest:
Run by the `npm test` command.
* prestop, stop, poststop: