diff options
Diffstat (limited to 'deps/npm/html/doc/misc/npm-config.html')
-rw-r--r-- | deps/npm/html/doc/misc/npm-config.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/npm/html/doc/misc/npm-config.html b/deps/npm/html/doc/misc/npm-config.html index 79db69ac2e..f70657860e 100644 --- a/deps/npm/html/doc/misc/npm-config.html +++ b/deps/npm/html/doc/misc/npm-config.html @@ -346,7 +346,7 @@ for more information, or <a href="../cli/npm-init.html">npm-init(1)</a>.</p> <h3 id="init-license">init.license</h3> -<ul><li>Default: "BSD-2-Clause"</li><li>Type: String</li></ul> +<ul><li>Default: "ISC"</li><li>Type: String</li></ul> <p>The value <code>npm init</code> should use by default for the package license.</p> @@ -402,7 +402,7 @@ The default is "http", which shows http, warn, and error output.</p> <ul><li>Default: process.stderr</li><li>Type: Stream</li></ul> <p>This is the stream that is passed to the -<a href="https://github.com/isaacs/npmlog">npmlog</a> module at run time.</p> +<a href="https://github.com/npm/npmlog">npmlog</a> module at run time.</p> <p>It cannot be set from the command line, but if you are using npm programmatically, you may wish to send logs to somewhere other than @@ -710,7 +710,7 @@ hash, and exit successfully.</p> <ul><li><a href="../cli/npm-config.html">npm-config(1)</a></li><li><a href="../misc/npm-config.html">npm-config(7)</a></li><li><a href="../files/npmrc.html">npmrc(5)</a></li><li><a href="../misc/npm-scripts.html">npm-scripts(7)</a></li><li><a href="../files/npm-folders.html">npm-folders(5)</a></li><li><a href="../cli/npm.html">npm(1)</a></li></ul> </div> -<p id="footer">npm-config — npm@1.3.26</p> +<p id="footer">npm-config — npm@1.4.0</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |