aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-client/README.md
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-02-06 08:39:27 -0800
committerisaacs <i@izs.me>2013-02-06 08:39:31 -0800
commit5aef65a98a9427bcd6f41d8f65235bd26883d2d7 (patch)
treef1e290db817cedc3af49d6f6423ca7033cbdee18 /deps/npm/node_modules/npm-registry-client/README.md
parenta86ebbe2885fe6f2b6adeeaa95c8abc12d821d7b (diff)
downloadandroid-node-v8-5aef65a98a9427bcd6f41d8f65235bd26883d2d7.tar.gz
android-node-v8-5aef65a98a9427bcd6f41d8f65235bd26883d2d7.tar.bz2
android-node-v8-5aef65a98a9427bcd6f41d8f65235bd26883d2d7.zip
npm: Upgrade to v1.2.10
Diffstat (limited to 'deps/npm/node_modules/npm-registry-client/README.md')
-rw-r--r--deps/npm/node_modules/npm-registry-client/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/npm-registry-client/README.md b/deps/npm/node_modules/npm-registry-client/README.md
index 4b180a0299..22751c48a4 100644
--- a/deps/npm/node_modules/npm-registry-client/README.md
+++ b/deps/npm/node_modules/npm-registry-client/README.md
@@ -37,7 +37,7 @@ also be accepted.
* `strict-ssl` {Boolean} Whether or not to be strict with SSL
certificates. Default = `true`
* `user-agent` {String} User agent header to send. Default =
- `"node/{process.version}"`
+ `"node/{process.version} {process.platform} {process.arch}"`
* `log` {Object} The logger to use. Defaults to `require("npmlog")` if
that works, otherwise logs are disabled.
* `fetch-retries` {Number} Number of times to retry on GET failures.