diff options
Diffstat (limited to 'deps/npm/html/doc/config.html')
-rw-r--r-- | deps/npm/html/doc/config.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/html/doc/config.html b/deps/npm/html/doc/config.html index f9a280533..88cf40bd8 100644 --- a/deps/npm/html/doc/config.html +++ b/deps/npm/html/doc/config.html @@ -169,7 +169,7 @@ ostensibly Unix systems.</p> <h3 id="browser">browser</h3> -<ul><li>Default: OS X: <code>"open"</code>, others: <code>"google-chrome"</code></li><li>Type: String</li></ul> +<ul><li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li><li>Type: String</li></ul> <p>The browser that is called by the <code>npm docs</code> command to open websites.</p> @@ -771,7 +771,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.2.18</p> +<p id="footer">config — npm@1.2.21</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |