diff options
Diffstat (limited to 'deps/npm/html/doc/docs.html')
-rw-r--r-- | deps/npm/html/doc/docs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/html/doc/docs.html b/deps/npm/html/doc/docs.html index 1d09d4941..c544eacae 100644 --- a/deps/npm/html/doc/docs.html +++ b/deps/npm/html/doc/docs.html @@ -23,7 +23,7 @@ config param.</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> @@ -37,7 +37,7 @@ config param.</p> <ul><li><a href="../doc/view.html">view(1)</a></li><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/json.html">json(1)</a></li></ul> </div> -<p id="footer">docs — npm@1.2.18</p> +<p id="footer">docs — npm@1.2.21</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |