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:
authorRebecca Turner <me@re-becca.org>2016-09-24 01:35:14 +0300
committerRebecca Turner <me@re-becca.org>2016-10-20 13:42:47 +0300
commit6b6bb08af661221224a81df8adb0b72019ca3e11 (patch)
tree8120ecf7644bd80a460c8fcfacab64d8821ec7a6 /doc/misc/npm-config.md
parent846f61c1dd4a033f77aa736ab01c27ae6724fe1c (diff)
npm: Send Npm-Scope header along with requests to registry
Npm-Scope is set to the scope of the current top level project. Credit: @iarna PR-URL: https://github.com/npm/npm/pull/14129 Reviewed-By: @othiym23
Diffstat (limited to 'doc/misc/npm-config.md')
-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 9d29da0e2..035ee4eb4 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -791,7 +791,7 @@ patch upgrades.
### scope
-* Default: ""
+* Default: the scope of the current project, if any, or ""
* Type: String
Associate an operation with a scope for a scoped registry. Useful when logging