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-03-01 14:19:30 +0300
committerisaacs <i@izs.me>2010-03-01 14:19:30 +0300
commitb4d3310dc93200cdf0582f9c9cf9878a34a8abd1 (patch)
tree89bd2ba4728c9661e8ee686128656ad721b77192 /package.json
parent8ef96549e7e43a5eb3346a01d76b0add978eadc4 (diff)
remove the unused and unnecessary make element
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 03338faff..ecdd47a7d 100644
--- a/package.json
+++ b/package.json
@@ -12,5 +12,4 @@
, "activate" : "scripts/activate.js"
, "deactivate" : "scripts/deactivate.js"
}
-, "make":"ln -s $(pwd)/cli.js /usr/local/bin/npm"
}