summaryrefslogtreecommitdiff
path: root/deps/npm/html/doc/misc/npm-scripts.html
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2015-10-09 11:36:19 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-10-09 18:50:00 -0700
commitaff3acf268928c2efb2ad1ef8995468ce72d2b55 (patch)
tree503a22ec90943aa956dcef9eff78d87b3c5de185 /deps/npm/html/doc/misc/npm-scripts.html
parentead5cd990c5136562984784a2619fd78a91f1c3d (diff)
downloadnode-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.html8
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>&quot;preinstall&quot;: &quot;node-waf clean || true; node-waf configure build&quot;</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>&quot;install&quot;: &quot;node-gyp rebuild&quot;</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>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
</table>
-<p id="footer">npm-scripts &mdash; npm@2.14.4</p>
+<p id="footer">npm-scripts &mdash; npm@2.14.7</p>