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-08 01:02:46 +0300
committerisaacs <i@izs.me>2011-03-22 01:55:51 +0300
commit0151e72e8f1bfec695527cfaa6b914571ac6a8bb (patch)
tree30f1a8bdcd6b013ce5504b9f976ab6e9485587cd /npm.js
parent7c9798627b3ca987cb44d21a1bc9e43604ef36fa (diff)
root command to show where things are installed
Diffstat (limited to 'npm.js')
-rw-r--r--npm.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/npm.js b/npm.js
index 3d74531b4..532bafbe6 100644
--- a/npm.js
+++ b/npm.js
@@ -52,7 +52,6 @@ var commandCache = {}
, "rb" : "rebuild"
, "bn" : "bundle"
, "list" : "ls"
- , "search" : "ls"
, "find" : "ls"
, "ln" : "link"
, "i" : "install"
@@ -83,6 +82,7 @@ var commandCache = {}
, "help"
, "ls"
+ , "search"
, "view"
, "init"
, "version"
@@ -91,6 +91,7 @@ var commandCache = {}
, "docs"
, "faq"
, "xmas"
+ , "root"
, "test"
, "stop"