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-09 04:19:04 +0300
committerisaacs <i@izs.me>2011-03-22 01:55:54 +0300
commitb998da9419a201c6d808440272ec312eb549dd74 (patch)
treef59ab043c58ca76b4ca12549bce2e5994f856239 /npm.js
parentef6f35b555b5a5da7a4a14f2798373eb8c3eea52 (diff)
alias search to find
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 e13ddef5f..d46b84376 100644
--- a/npm.js
+++ b/npm.js
@@ -59,6 +59,7 @@ var commandCache = {}
, "up" : "update"
, "c" : "config"
, "info" : "view"
+ , "find" : "search"
}
, aliasNames = Object.keys(aliases)
// these are filenames in ./lib