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>2012-02-29 07:08:47 +0400
committerisaacs <i@izs.me>2012-02-29 07:08:47 +0400
commit3d13e3ed544ff818dbfef9ecc1903ada611464e3 (patch)
treec75123bc4d1288b7ac156790e97d94a0acf93c70
parenta584555d00cad247fb7afe1ef21e3cf4c3e8ba73 (diff)
Alias adduser to add-user
-rw-r--r--lib/npm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/npm.js b/lib/npm.js
index 53197082c..1defb883b 100644
--- a/lib/npm.js
+++ b/lib/npm.js
@@ -112,6 +112,7 @@ var commandCache = {}
, "unstar": "star" // same function
, "apihelp" : "help"
, "login": "adduser"
+ , "add-user": "adduser"
}
, aliasNames = Object.keys(aliases)