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>2011-05-31 20:48:27 +0400
committerisaacs <i@izs.me>2011-05-31 20:49:15 +0400
commitb830adfbeb777ec393c9b413f579bbb2393c9168 (patch)
tree55e353f5f30b9662b3649331456c52267bd38e9a
parent03184deb77c2258d5120e8d5613f939996058d5d (diff)
Alias remove to uninstall
-rw-r--r--npm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/npm.js b/npm.js
index 841e83bc8..88ee93555 100644
--- a/npm.js
+++ b/npm.js
@@ -60,6 +60,7 @@ var commandCache = {}
, "r" : "uninstall"
, "un" : "uninstall"
, "unlink" : "uninstall"
+ , "remove" : "uninstall"
, "rb" : "rebuild"
, "list" : "ls"
, "la" : "ls"