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 <ogd@aoaioxxysz.net>2015-01-22 02:52:59 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-01-23 15:51:38 +0300
commitc963eb295cf766921b1680f4a71fd0ed3e1bcad8 (patch)
tree341c79824ab1a44505231e74efbf73bde20b1230 /lib/npm.js
parente9f8ab3cd6324fbf2678132324d4cd8579209442 (diff)
add `npm access` command, with 1/3 of its features
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 d03ec47b6..28c57712c 100644
--- a/lib/npm.js
+++ b/lib/npm.js
@@ -111,6 +111,7 @@ var commandCache = {}
, "adduser"
, "unpublish"
, "owner"
+ , "access"
, "deprecate"
, "shrinkwrap"