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:
authorScott Addie <tobias.addie@gmail.com>2016-01-06 07:09:08 +0300
committerRebecca Turner <me@re-becca.org>2016-01-07 04:20:25 +0300
commit6b0031e28c0b10fb2622fdadde41f5cd294348e8 (patch)
tree626f833f468e226f04bf0cd93e6edf59a5f624a2 /doc
parentc6ce69eaed7f17b5f1876ac13ecfae3d14a72f24 (diff)
doc: Update default value for color variable
PR-URL: https://github.com/npm/npm/pull/11044 Credit: @scottaddie
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 f4e24d76f..fa33efcfd 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -240,7 +240,7 @@ A client certificate to pass when accessing the registry.
### color
-* Default: true on Posix, false on Windows
+* Default: true
* Type: Boolean or `"always"`
If false, never shows colors. If `"always"` then always shows colors.