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:
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.