diff options
Diffstat (limited to 'deps/npm/html/doc/config.html')
-rw-r--r-- | deps/npm/html/doc/config.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/deps/npm/html/doc/config.html b/deps/npm/html/doc/config.html index e9ae4c2a3f..7a58183574 100644 --- a/deps/npm/html/doc/config.html +++ b/deps/npm/html/doc/config.html @@ -441,6 +441,9 @@ The default is "http", which shows http, warn, and error output.</p> programmatically, you may wish to send logs to somewhere other than stderr.</p> +<p>If the <code>color</code> config is set to true, then this stream will receive +colored output if it is a TTY.</p> + <h3 id="long">long</h3> <ul><li>Default: false</li><li>Type: Boolean</li></ul> @@ -745,7 +748,7 @@ then answer "no" to any prompt.</p> <ul><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/npm.html">npm(1)</a></li></ul> </div> -<p id="footer">config — npm@1.1.41</p> +<p id="footer">config — npm@1.1.43</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |