diff options
author | Kat Marchán <kzm@sykosomatic.org> | 2015-10-09 11:36:19 -0700 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-10-09 18:50:00 -0700 |
commit | aff3acf268928c2efb2ad1ef8995468ce72d2b55 (patch) | |
tree | 503a22ec90943aa956dcef9eff78d87b3c5de185 /deps/npm/html/doc/misc/npm-scripts.html | |
parent | ead5cd990c5136562984784a2619fd78a91f1c3d (diff) | |
download | node-new-aff3acf268928c2efb2ad1ef8995468ce72d2b55.tar.gz |
deps: upgrade to npm 2.14.7
PR-URL: https://github.com/nodejs/node/pull/3299
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/html/doc/misc/npm-scripts.html')
-rw-r--r-- | deps/npm/html/doc/misc/npm-scripts.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/html/doc/misc/npm-scripts.html b/deps/npm/html/doc/misc/npm-scripts.html index ca3c18f2bd..580535d2c5 100644 --- a/deps/npm/html/doc/misc/npm-scripts.html +++ b/deps/npm/html/doc/misc/npm-scripts.html @@ -73,9 +73,9 @@ other system tools on the target machines.</li> <p>If there is a <code>server.js</code> file in the root of your package, then npm will default the <code>start</code> command to <code>node server.js</code>.</p> </li> -<li><p><code>"preinstall": "node-waf clean || true; node-waf configure build"</code>:</p> -<p>If there is a <code>wscript</code> file in the root of your package, npm will -default the <code>preinstall</code> command to compile using node-waf.</p> +<li><p><code>"install": "node-gyp rebuild"</code>:</p> +<p>If there is a <code>bindings.gyp</code> file in the root of your package, npm will +default the <code>install</code> command to compile using node-gyp.</p> </li> </ul> <h2 id="user">USER</h2> @@ -207,5 +207,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@2.14.4</p> +<p id="footer">npm-scripts — npm@2.14.7</p> |