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>2014-02-18 02:44:57 +0400
committerisaacs <i@izs.me>2014-02-18 02:45:29 +0400
commit14e650bce0bfebba10094c961ac104a61417a5de (patch)
tree5fe65cd519ec738ad9d5a4dfcca6adc79c8d5b3a /lib/npm.js
parent3850441fd8c2fd71ebfd8e9986bc5f2e482ab6db (diff)
alias 't' to 'test'
For @maxogden
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 7b3826290..c443b6499 100644
--- a/lib/npm.js
+++ b/lib/npm.js
@@ -112,6 +112,7 @@ var commandCache = {}
, "login": "adduser"
, "add-user": "adduser"
, "tst": "test"
+ , "t": "test"
, "find-dupes": "dedupe"
, "ddp": "dedupe"
, "v": "view"