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 <turner@mikomi.org>2014-12-09 01:02:15 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:26:38 +0300
commit192d5e09c685c40c7d48fa4a732ef2da6156886d (patch)
tree72fcdf3affeb0f79bbd6304fdd9c1bdc8cb97e16 /doc
parentad0153f0c9edc3dbe2bd613e76184aa372153232 (diff)
Swap the spinner out for the new progress bar code in npmlog
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-config.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index 4b9d32ba3..c5cfbe943 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -772,17 +772,6 @@ using `-s` to add a signature.
Note that git requires you to have set up GPG keys in your git configs
for this to work properly.
-### spin
-
-* Default: true
-* Type: Boolean or `"always"`
-
-When set to `true`, npm will display an ascii spinner while it is doing
-things, if `process.stderr` is a TTY.
-
-Set to `false` to suppress the spinner, or set to `always` to output
-the spinner even for non-TTY outputs.
-
### strict-ssl
* Default: true