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
path: root/npm.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-03-11 02:45:55 +0300
committerisaacs <i@izs.me>2011-03-22 01:56:00 +0300
commitd71c482a4c6fbccfe27fe8a2e876a5881e2dbcd3 (patch)
tree49c5130632c11d154adca93800396df77c4fd7ad /npm.js
parentde3dcfa34ffa04c14e03248c34c4af6ebf1249c7 (diff)
Add an 'npm prefix' command to get the prefix
Diffstat (limited to 'npm.js')
-rw-r--r--npm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/npm.js b/npm.js
index 16171d7eb..0a82174e9 100644
--- a/npm.js
+++ b/npm.js
@@ -105,6 +105,7 @@ var commandCache = {}
, "faq"
, "xmas"
, "root"
+ , "prefix"
, "test"
, "stop"