diff options
author | Kat Marchán <kzm@sykosomatic.org> | 2016-06-03 11:08:53 -0700 |
---|---|---|
committer | Myles Borins <mborins@us.ibm.com> | 2016-06-06 15:27:52 -0700 |
commit | 843d58fcbbec09cde5633e0bc5ab025d0a640204 (patch) | |
tree | 0c866d93e1bd243b18baccc59eca99bcef048274 /deps/npm/html/doc/misc/npm-scripts.html | |
parent | a32f7eb4bec1eb08f271d63f9f99dc322a6e1b6d (diff) | |
download | node-new-843d58fcbbec09cde5633e0bc5ab025d0a640204.tar.gz |
deps: upgrade npm to 3.9.5
PR-URL: https://github.com/nodejs/node/pull/7139
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps/npm/html/doc/misc/npm-scripts.html')
-rw-r--r-- | deps/npm/html/doc/misc/npm-scripts.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/html/doc/misc/npm-scripts.html b/deps/npm/html/doc/misc/npm-scripts.html index eacb44166d..55381c5199 100644 --- a/deps/npm/html/doc/misc/npm-scripts.html +++ b/deps/npm/html/doc/misc/npm-scripts.html @@ -42,7 +42,7 @@ Run by the <code>npm restart</code> command. Note: <code>npm restart</code> will stop and start scripts if no <code>restart</code> script is provided.</li> </ul> <p>Additionally, arbitrary scripts can be executed by running <code>npm -run-script <pkg> <stage></code>. <em>Pre</em> and <em>post</em> commands with matching +run-script <stage></code>. <em>Pre</em> and <em>post</em> commands with matching names will be run for those as well (e.g. <code>premyscript</code>, <code>myscript</code>, <code>postmyscript</code>).</p> <h2 id="common-uses">COMMON USES</h2> @@ -208,5 +208,5 @@ scripts is for compilation which must be done on the target architecture.</li> <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-scripts — npm@3.9.3</p> +<p id="footer">npm-scripts — npm@3.9.5</p> |