From 314c9efc1114a269ac39e263b0bc843e978de62e Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 25 Feb 2011 17:25:05 -0800 Subject: Closes GH-602 Add preupdatedependency-foo lifecycle scripts --- man1/scripts.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man1') 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\. . -- cgit v1.2.3