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 05:12:40 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-01-23 15:48:00 +0300
commite9f8ab3cd6324fbf2678132324d4cd8579209442 (patch)
treef7dbcd88bc061963d6df193f8408a1c38ae59b8e /package.json
parent168a2505e8584d4ff78987705d7a809ac125c322 (diff)
npm-registry-client@6.0.0
* support /-/package/:name/access endpoint * support /-/package/:name/dist-tags endpoint * mandatory `access` parameter for publishes, with no default (because the client doesn't know which is appropriate). * registry client has atypical inheritance, so npm.client.distTags.* can be in their own little namespace.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9717becdc..9481f72f8 100644
--- a/package.json
+++ b/package.json
@@ -70,7 +70,7 @@
"npm-cache-filename": "~1.0.1",
"npm-install-checks": "~1.0.5",
"npm-package-arg": "~2.1.3",
- "npm-registry-client": "~5.0.0",
+ "npm-registry-client": "~6.0.0",
"npm-user-validate": "~0.1.1",
"npmlog": "~0.1.1",
"once": "~1.3.1",