aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/man/man5/package.json.5
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man5/package.json.5')
-rw-r--r--deps/npm/man/man5/package.json.58
1 files changed, 7 insertions, 1 deletions
diff --git a/deps/npm/man/man5/package.json.5 b/deps/npm/man/man5/package.json.5
index 6f9dc9dc46..fab44f3b50 100644
--- a/deps/npm/man/man5/package.json.5
+++ b/deps/npm/man/man5/package.json.5
@@ -1,4 +1,4 @@
-.TH "PACKAGE\.JSON" "5" "July 2016" "" ""
+.TH "PACKAGE\.JSON" "5" "September 2016" "" ""
.SH "NAME"
\fBpackage.json\fR \- Specifics of npm's package\.json handling
.SH DESCRIPTION
@@ -263,6 +263,8 @@ Conversely, some files are always ignored:
\fBnode_modules\fP
.IP \(bu 2
\fBconfig\.gypi\fP
+.IP \(bu 2
+\fB*\.orig\fP
.RE
.SH main
@@ -317,6 +319,10 @@ would be the same as this:
, "bin" : { "my\-program" : "\./path/to/program" } }
.fi
.RE
+.P
+Please make sure that your file(s) referenced in \fBbin\fP starts with
+\fB#!/usr/bin/env node\fP, otherwise the scripts are started without the node
+executable!
.SH man
.P
Specify either a single file or an array of filenames to put in place for the