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-02-22 03:09:33 +0300
committerisaacs <i@izs.me>2010-02-22 03:09:33 +0300
commita8e4170c50bdc9cd7016f2ac023763af47a8be8b (patch)
tree1a458db314a2bf58434d9759fdd2d201003770ff /package.json
parentbefc83c7e0cc9df615a2e4077aae74532c97fd4b (diff)
Copy cli.js to /usr/local/bin/npm
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index a76a77936..154305c0e 100644
--- a/package.json
+++ b/package.json
@@ -7,5 +7,6 @@
"directories" : {
"lib" : "lib"
},
- "main":"./npm"
+ "main":"./npm",
+ "make":"cp cli.js /usr/local/bin/npm"
} \ No newline at end of file