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>2014-12-05 10:27:21 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-01-23 16:51:03 +0300
commitdc51810e08c0f104259146c9c035d255de4f7d1d (patch)
tree2dba8e8ef9d2af439459b0a72ea85d32bff26a96 /lib/npm.js
parentb5b0e3cde946529e2c86d58cd491f54d7f69c6d3 (diff)
add 'npm dist-tag {add,del,list}'
Diffstat (limited to 'lib/npm.js')
-rw-r--r--lib/npm.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/npm.js b/lib/npm.js
index 28c57712c..8077e8ac9 100644
--- a/lib/npm.js
+++ b/lib/npm.js
@@ -67,6 +67,7 @@ var commandCache = {}
, "isntall" : "install"
, "up" : "update"
, "c" : "config"
+ , "dist-tags" : "dist-tag"
, "info" : "view"
, "show" : "view"
, "find" : "search"
@@ -132,6 +133,7 @@ var commandCache = {}
, "prefix"
, "bin"
, "whoami"
+ , "dist-tag"
, "test"
, "stop"