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:
authorForrest L Norvell <forrest@npmjs.com>2015-03-06 02:32:08 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-06 02:32:08 +0300
commit2abc3ee08f0cabc4e7bfd7b973c0b59dc44715ff (patch)
tree2c906315adce47a8de29d3560cb2ab7d3161bebd /lib/npm.js
parentb6bd99a73f575545fbbaef95c12237c47dd32561 (diff)
update: a completely uncontroversial change
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 3cd21cac1..459a3c324 100644
--- a/lib/npm.js
+++ b/lib/npm.js
@@ -66,6 +66,7 @@ var commandCache = {}
, "i" : "install"
, "isntall" : "install"
, "up" : "update"
+ , "upgrade" : "update"
, "c" : "config"
, "dist-tags" : "dist-tag"
, "info" : "view"