Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2021-04-29 23:30:06 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-05-01 00:39:15 +0300
commitc975dff3c0f0f1ecb1574f3b10dd1d135a7704db (patch)
tree9cf2326029ecd81a0e37aac5697589b5b0322683 /deps/npm/docs/output/configuring-npm
parentff4e782c0866f75beeab6e875f1b3c917c6e4569 (diff)
deps: upgrade npm to 7.11.2
PR-URL: https://github.com/nodejs/node/pull/38475 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'deps/npm/docs/output/configuring-npm')
-rw-r--r--deps/npm/docs/output/configuring-npm/package-json.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/docs/output/configuring-npm/package-json.html b/deps/npm/docs/output/configuring-npm/package-json.html
index 9c58ebf85f6..84956dede7d 100644
--- a/deps/npm/docs/output/configuring-npm/package-json.html
+++ b/deps/npm/docs/output/configuring-npm/package-json.html
@@ -435,6 +435,7 @@ package, then you can just supply it as a string. For example:</p>
<p>Please make sure that your file(s) referenced in <code>bin</code> starts with
<code>#!/usr/bin/env node</code>, otherwise the scripts are started without the node
executable!</p>
+<p>Note that you can also set the executable files using <a href="#directoriesbin">directories.bin</a>.</p>
<h3 id="man">man</h3>
<p>Specify either a single file or an array of filenames to put in place for
the <code>man</code> program to find.</p>