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/man1
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 /man1
parent7431b8a8999be98f49396efcce1607e4223fbd38 (diff)
Closes GH-602 Add preupdatedependency-foo lifecycle scripts
Diffstat (limited to 'man1')
-rw-r--r--man1/scripts.16
1 files changed, 5 insertions, 1 deletions
diff --git a/man1/scripts.1 b/man1/scripts.1
index 33b12a9ab..683f7575f 100644
--- a/man1/scripts.1
+++ b/man1/scripts.1
@@ -1,7 +1,7 @@
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
-.TH "NPM\-SCRIPTS" "1" "January 2011" "" ""
+.TH "NPM\-SCRIPTS" "1" "February 2011" "" ""
.
.SH "NAME"
\fBnpm-scripts\fR \-\- How npm handles the "scripts" field
@@ -59,6 +59,10 @@ updatedependencies, postupdatedependencies:
Run AFTER the package dependencies are pointed to the new version\.
.
.IP "\(bu" 4
+(pre,post,)updatedependency\-foo:
+Run (before,after) the "foo" dependency is modified\.
+.
+.IP "\(bu" 4
pretest, test, posttest:
Run by the \fBnpm test\fR command\.
.