diff options
Diffstat (limited to 'deps/npm/html/doc/README.html')
-rw-r--r-- | deps/npm/html/doc/README.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/deps/npm/html/doc/README.html b/deps/npm/html/doc/README.html index 64bb15f319..96bc06401a 100644 --- a/deps/npm/html/doc/README.html +++ b/deps/npm/html/doc/README.html @@ -108,7 +108,7 @@ npm.load(myConfigObject, function (er) { if (er) return commandFailed(er) // command succeeded, and data might have some info }) - npm.on("log", function (message) { .... }) + npm.registry.log.on("log", function (message) { .... }) }) </code></pre><p>The <code>load</code> function takes an object hash of the command-line configs. The various <code>npm.commands.<cmd></code> functions take an <strong>array</strong> of @@ -141,7 +141,7 @@ specific purpose, or lack of malice in any given npm package.</p> <p>If you have a complaint about a package in the public npm registry, and cannot <a href="https://www.npmjs.org/doc/misc/npm-disputes.html">resolve it with the package owner</a>, please email -<a href="mailto:support@npmjs.com">support@npmjs.com</a> and explain the situation.</p> +<a href="mailto:support@npmjs.com">support@npmjs.com</a> and explain the situation.</p> <p>Any data published to The npm Registry (including user account information) may be removed or modified at the sole discretion of the npm server administrators.</p> @@ -161,7 +161,7 @@ ban your account in extreme cases. So don't do that.</p> <li>web: <a href="https://github.com/npm/npm/issues">https://github.com/npm/npm/issues</a></li> <li>email: -<a href="mailto:npm-@googlegroups.com">npm-@googlegroups.com</a></li> +<a href="mailto:npm-@googlegroups.com">npm-@googlegroups.com</a></li> </ul> <p>Be sure to include <em>all</em> of the output from the npm command that didn't work as expected. The <code>npm-debug.log</code> file is also helpful to provide.</p> @@ -169,10 +169,10 @@ as expected. The <code>npm-debug.log</code> file is also helpful to provide.</p will no doubt tell you to put the output in a gist or email.</p> <h2 id="see-also">SEE ALSO</h2> <ul> -<li><a href="cli/npm.html">npm(1)</a></li> -<li><a href="misc/npm-faq.html">npm-faq(7)</a></li> -<li><a href="cli/npm-help.html">npm-help(1)</a></li> -<li><a href="misc/npm-index.html">npm-index(7)</a></li> +<li><a href="cli/npm.html"><a href="cli/npm.html">npm(1)</a></a></li> +<li><a href="misc/npm-faq.html"><a href="misc/npm-faq.html">npm-faq(7)</a></a></li> +<li><a href="cli/npm-help.html"><a href="cli/npm-help.html">npm-help(1)</a></a></li> +<li><a href="misc/npm-index.html"><a href="misc/npm-index.html">npm-index(7)</a></a></li> </ul> </div> @@ -186,5 +186,5 @@ will no doubt tell you to put the output in a gist or email.</p> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer"><a href="../doc/README.html">README</a> — npm@2.0.0</p> +<p id="footer"><a href="../doc/README.html">README</a> — npm@2.1.6</p> |