From 939f0622ffaedc4798bed175761e34df620ef5ed Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 6 Jul 2010 13:25:09 -0700 Subject: pull in the npm.js into the install-docs script so that the shims are there --- scripts/install-docs.js | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/install-docs.js b/scripts/install-docs.js index c1415c72c..6b9e82c40 100644 --- a/scripts/install-docs.js +++ b/scripts/install-docs.js @@ -12,6 +12,7 @@ var event = process.env.npm_lifecycle_event , mkdir = require("../lib/utils/mkdir-p") , manTarget = path.join(process.installPrefix, "share/man/man1") , exec = require("../lib/utils/exec") + , npm = require("../../npm") log(event, "docs") -- cgit v1.2.3