diff options
Diffstat (limited to 'deps/npm/html/doc/api/npm-uninstall.html')
-rw-r--r-- | deps/npm/html/doc/api/npm-uninstall.html | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/deps/npm/html/doc/api/npm-uninstall.html b/deps/npm/html/doc/api/npm-uninstall.html index 3a14ad08b8..77f6233a00 100644 --- a/deps/npm/html/doc/api/npm-uninstall.html +++ b/deps/npm/html/doc/api/npm-uninstall.html @@ -10,20 +10,15 @@ <div id="wrapper"> <h1><a href="../api/npm-uninstall.html">npm-uninstall</a></h1> <p>uninstall a package programmatically</p> - -<h2 id="SYNOPSIS">SYNOPSIS</h2> - -<pre><code>npm.commands.uninstall(packages, callback)</code></pre> - -<h2 id="DESCRIPTION">DESCRIPTION</h2> - +<h2 id="synopsis">SYNOPSIS</h2> +<pre><code>npm.commands.uninstall(packages, callback) +</code></pre><h2 id="description">DESCRIPTION</h2> <p>This acts much the same ways as uninstalling on the command-line.</p> - <p>The 'packages' parameter is an array of strings. Each element in the array is the name of a package to be uninstalled.</p> - <p>Finally, 'callback' is a function that will be called when all packages have been uninstalled or when an error has been encountered.</p> + </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> @@ -35,5 +30,5 @@ uninstalled or when an error has been encountered.</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">npm-uninstall — npm@1.4.9</p> +<p id="footer">npm-uninstall — npm@1.4.10</p> |