summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-run-script.1
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2015-07-20 20:07:07 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-07-21 11:54:30 -0700
commit04893a736dd5132ac117190287b6e345579f9a64 (patch)
tree6fe7554a68068b2a838f96dac0952c985f5afdb7 /deps/npm/man/man1/npm-run-script.1
parent6391f4d2fd7a5779e012887158e6bc69d08966e3 (diff)
downloadandroid-node-v8-04893a736dd5132ac117190287b6e345579f9a64.tar.gz
android-node-v8-04893a736dd5132ac117190287b6e345579f9a64.tar.bz2
android-node-v8-04893a736dd5132ac117190287b6e345579f9a64.zip
deps: upgrade to npm 2.13.1
PR-URL: https://github.com/nodejs/io.js/pull/2210 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/man/man1/npm-run-script.1')
-rw-r--r--deps/npm/man/man1/npm-run-script.111
1 files changed, 9 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm-run-script.1 b/deps/npm/man/man1/npm-run-script.1
index 2e1e87f9ce..c1d893beb5 100644
--- a/deps/npm/man/man1/npm-run-script.1
+++ b/deps/npm/man/man1/npm-run-script.1
@@ -40,8 +40,15 @@ In addition to the shell's pre\-existing \fBPATH\fR, \fBnpm run\fR adds
\fBnode_modules/\.bin\fR to the \fBPATH\fR provided to scripts\. Any binaries provided by
locally\-installed dependencies can be used without the \fBnode_modules/\.bin\fR
prefix\. For example, if there is a \fBdevDependency\fR on \fBtap\fR in your package,
-you should write \fB"scripts": {"test": "tap test/\\*\.js"}\fR instead of \fB"scripts":
-{"test": "node_modules/\.bin/tap test/\\*\.js"}\fR to run your tests\.
+you should write:
+.P
+.RS 2
+.nf
+"scripts": {"test": "tap test/\\*\.js"}
+.fi
+.RE
+.P
+instead of \fB"scripts": {"test": "node_modules/\.bin/tap test/\\*\.js"}\fR to run your tests\.
.SH SEE ALSO
.RS 0
.IP \(bu 2