summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/lib/adduser.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2014-01-19 21:13:20 -0800
committerisaacs <i@izs.me>2014-01-19 21:13:20 -0800
commitf645c40fcd92ca929e03e65d8a8f4ebb05e2cea2 (patch)
tree5e8ba8fcd49f3989c8dd71de106e43a7679c644b /deps/npm/node_modules/npm-registry-client/lib/adduser.js
parent1d57a5caa4dc2994906c2160eaa31ca700dff39c (diff)
downloadandroid-node-v8-f645c40fcd92ca929e03e65d8a8f4ebb05e2cea2.tar.gz
android-node-v8-f645c40fcd92ca929e03e65d8a8f4ebb05e2cea2.tar.bz2
android-node-v8-f645c40fcd92ca929e03e65d8a8f4ebb05e2cea2.zip
npm: Upgrade to v1.3.24
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client/lib/adduser.js')
-rw-r--r--deps/npm/node_modules/npm-registry-client/lib/adduser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/lib/adduser.js b/deps/npm/node_modules/npm-registry-client/lib/adduser.js
index 4ed8e60dd7..2684063ccd 100644
--- a/deps/npm/node_modules/npm-registry-client/lib/adduser.js
+++ b/deps/npm/node_modules/npm-registry-client/lib/adduser.js
@@ -129,7 +129,7 @@ function done (cb, pre) {
this.log.warn("adduser", "Incorrect username or password\n"
+"You can reset your account by visiting:\n"
+"\n"
- +" http://admin.npmjs.org/reset\n")
+ +" https://npmjs.org/forgot\n")
}
return cb(error)