Skip to content

Commit 614672b

Browse files
wraithgarljharb
andauthored
fixup! fix(docs): clarify what install type gets .bins
Co-authored-by: Jordan Harband <[email protected]>
1 parent 0a1fd83 commit 614672b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/configuring-npm/package-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ feature to install the "npm" executable.)
343343
To use this, supply a `bin` field in your package.json which is a map of
344344
command name to local file name. When this packaged is installed, npm
345345
will symlink that file into a place where it can be invoked by name if
346-
installed globally, or by `npm exec` when installed in another package.
346+
installed globally, or by `npm exec` or `npm run-script` when installed in another package.
347347

348348

349349
For example, myapp could have this:

0 commit comments

Comments
 (0)