diff options
Diffstat (limited to 'deps/npm/html/doc/api/npm-stop.html')
-rw-r--r-- | deps/npm/html/doc/api/npm-stop.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/deps/npm/html/doc/api/npm-stop.html b/deps/npm/html/doc/api/npm-stop.html index efe89b327e..a7dfcedd4d 100644 --- a/deps/npm/html/doc/api/npm-stop.html +++ b/deps/npm/html/doc/api/npm-stop.html @@ -10,17 +10,13 @@ <div id="wrapper"> <h1><a href="../api/npm-stop.html">npm-stop</a></h1> <p>Stop a package</p> - -<h2 id="SYNOPSIS">SYNOPSIS</h2> - -<pre><code>npm.commands.stop(packages, callback)</code></pre> - -<h2 id="DESCRIPTION">DESCRIPTION</h2> - +<h2 id="synopsis">SYNOPSIS</h2> +<pre><code>npm.commands.stop(packages, callback) +</code></pre><h2 id="description">DESCRIPTION</h2> <p>This runs a package's "stop" script, if one was provided.</p> - <p>npm can run stop on multiple packages. Just specify multiple packages in the <code>packages</code> parameter.</p> + </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> @@ -32,5 +28,5 @@ in the <code>packages</code> parameter.</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-stop — npm@1.4.9</p> +<p id="footer">npm-stop — npm@1.4.10</p> |