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-10-03 04:10:29 +0400
committerisaacs <i@izs.me>2012-10-03 04:10:49 +0400
commit889103827cf99e1e7a1e281ecc3a4d041e7e1e80 (patch)
tree4228d7423c38dc036cf54d76fa68b2a82c166242 /lib/npm.js
parent632315b8d438f0cc54e0a123e8220641fd78e283 (diff)
alias for install
Because @SlexAxton is too nice a guy to actually troll him.
Diffstat (limited to 'lib/npm.js')
-rw-r--r--lib/npm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/npm.js b/lib/npm.js
index 41f4ddeec..f0096079c 100644
--- a/lib/npm.js
+++ b/lib/npm.js
@@ -87,6 +87,7 @@ var commandCache = {}
, "ll" : "ls"
, "ln" : "link"
, "i" : "install"
+ , "isntall" : "install"
, "up" : "update"
, "c" : "config"
, "info" : "view"