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-28 04:20:40 +0300
committerisaacs <i@izs.me>2010-02-28 04:20:40 +0300
commit6b3793858bdf6116936fa467448b76255445d334 (patch)
treed1c01daaf6cb3ada05b13f7bcfc9ec6d31d85ae7 /package.json
parent7d6bef1ac881ef5f1ae4f3506aeaff64d20f2f4b (diff)
typo
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 04e069e35..b033f6721 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,6 @@
"scripts" : {
"install" : "scripts/install.js",
"uninstall" : "scripts/uninstall.js"
- }
+ },
"make":"cp cli.js /usr/local/bin/npm"
}