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
path: root/npm.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-11-25 04:18:53 +0300
committerisaacs <i@izs.me>2010-11-25 04:33:05 +0300
commit9eaa3dc2c447bb4149f2e8df1627b0f510399eff (patch)
tree2725824d058a35c5bac7229bd915628ec6c5dd25 /npm.js
parent691083015d3c725c0d3865f0d2d79060d96e7d80 (diff)
Edit command
Diffstat (limited to 'npm.js')
-rw-r--r--npm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/npm.js b/npm.js
index 459f8ee1c..21ba6d148 100644
--- a/npm.js
+++ b/npm.js
@@ -82,6 +82,7 @@ var commandCache = {}
, "completion"
, "deprecate"
, "version"
+ , "edit"
]
, fullList = npm.fullList = cmdList.concat(aliasNames)
, abbrevs = abbrev(fullList)