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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-10 23:39:40 +0400
committerisaacs <i@izs.me>2010-05-10 23:39:40 +0400
commit528898be33e37b87c5295d802440873eda171fa3 (patch)
tree7574d118878c8c09b59d5c3938f3dda05241faeb
parent895281c4edd10541fd3a1abb25e8fb742974bb86 (diff)
Move install-docs.js into the scripts folder so that it's not so confusing.
-rw-r--r--package.json4
-rw-r--r--scripts/install-docs.js (renamed from install-docs.js)0
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index eb4afc91e..b5150e239 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
, "bin" : { "npm" : "./cli.js" }
, "engines" : { "node" : ">=0.1.91" }
, "scripts" :
- { "activate" : "node install-docs.js"
- , "deactivate" : "node install-docs.js"
+ { "activate" : "node scripts/install-docs.js"
+ , "deactivate" : "node scripts/install-docs.js"
}
}
diff --git a/install-docs.js b/scripts/install-docs.js
index 869f6c558..869f6c558 100644
--- a/install-docs.js
+++ b/scripts/install-docs.js