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:
-rw-r--r--lib/config/defaults.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/defaults.js b/lib/config/defaults.js
index b99089f18..a46e74b5b 100644
--- a/lib/config/defaults.js
+++ b/lib/config/defaults.js
@@ -287,7 +287,7 @@ exports.types =
, prefix: path
, production: Boolean
, "proprietary-attribs": Boolean
- , proxy : [null, false, url] // allow explicit registry disabling
+ , proxy : [null, false, url] // allow proxy to be disabled explicitly
, "rebuild-bundle" : Boolean
, registry : [null, url]
, rollback : Boolean