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-08-25 06:26:39 +0400
committerisaacs <i@izs.me>2010-08-25 16:21:51 +0400
commit12602d63b5c1d7b56772ed9b4e8e41e1ba071148 (patch)
tree4206a954165facc0473614d72af32fc244eb54cb /package.json
parent4c92e66e755d6ecc795f863250dfb256c0ca3465 (diff)
Remove the doc installing script from the package.json, since this is done by npm itself now.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/package.json b/package.json
index bfdfde83a..118f521f7 100644
--- a/package.json
+++ b/package.json
@@ -28,11 +28,7 @@
, "directories" : { "doc" : "./doc", "man" : "./man", "lib" : "./lib" }
, "bin" : { "npm" : "./cli.js" }
, "engines" : { "node" : ">=0.1.103" }
-, "scripts" :
- { "activate" : "node scripts/install-docs.js"
- , "deactivate" : "node scripts/install-docs.js"
- , "test" : "make test"
- }
+, "scripts" : { "test" : "make test" }
, "licenses" :
[ { "type" : "MIT"
, "url" : "http://github.com/isaacs/npm/raw/master/LICENSE"