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-08-23 01:57:01 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-08-23 01:57:01 +0400
commitbfaab8c6e0942382a96b250634ded22454c36b5a (patch)
treede3780fc0f29a208ac9ecd04f18ec132911fa96a /package.json
parent91cfb58dda851377ec604782263519f01fd96ad8 (diff)
npm-registry-client@2.0.7
Properly encode % in passwords. Fixes #5772 in 1.4.
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 8ff142e92..28394b144 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,7 @@
"nopt": "~3.0.1",
"npm-cache-filename": "~1.0.1",
"npm-install-checks": "~1.0.2",
- "npm-registry-client": "~2.0.6",
+ "npm-registry-client": "~2.0.7",
"npm-user-validate": "~0.1.0",
"npmconf": "~1.1.4",
"npmlog": "~0.1.1",