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
path: root/doc
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2017-02-14 04:11:03 +0300
committerRebecca Turner <me@re-becca.org>2017-02-24 02:56:12 +0300
commit426b1805904a13bdc5c0dd504105ba037270cbee (patch)
treeff0c529100c913fd868acd49997f5a475e7d240f /doc
parentf4c3f489aa5787cf0d60e8436be2190e4b0d0ff7 (diff)
metrics: Default reporting metrics to default registry
Previously it defaulted to the global registry, now it will default to whatever your default registry is. Credit: @iarna PR-URL: https://github.com/npm/npm/pull/15757
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index 093039411..463e6f192 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -616,7 +616,7 @@ Any "%s" in the message will be replaced with the version number.
### metrics-registry
-* Default: "https://registry.npmjs.org/"
+* Default: The value of `registry` (which defaults to "https://registry.npmjs.org/")
* Type: String
The registry you want to send cli metrics to if `send-metrics` is true.