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 --- doc/scripts.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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: -- cgit v1.2.3