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-01-23 07:19:02 +0300
committerisaacs <i@izs.me>2011-01-23 07:19:48 +0300
commitfe970a0ab5eff7e37972273730cde9459226fee5 (patch)
treeaf3cc8dbaf7e7887ab65d64d812dc20aeef9ebf6 /npm.js
parent456e59848fa46484a52b07d6e1796d035441327e (diff)
Alias "ls" command to "search" and "find"
Diffstat (limited to 'npm.js')
-rw-r--r--npm.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/npm.js b/npm.js
index 1fcec9678..e1c7f4005 100644
--- a/npm.js
+++ b/npm.js
@@ -45,6 +45,8 @@ var commandCache = {}
, "rb" : "rebuild"
, "bn" : "bundle"
, "list" : "ls"
+ , "search" : "ls"
+ , "find" : "ls"
, "ln" : "link"
, "i" : "install"
, "up" : "update"