Skip to content

Commit

Permalink
fixup! fix(docs): clarify what install type gets .bins
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
wraithgar and ljharb committed Jul 1, 2021
1 parent 0a1fd83 commit 614672b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/configuring-npm/package-json.md
Expand Up @@ -343,7 +343,7 @@ feature to install the "npm" executable.)
To use this, supply a `bin` field in your package.json which is a map of
command name to local file name. When this packaged is installed, npm
will symlink that file into a place where it can be invoked by name if
installed globally, or by `npm exec` when installed in another package.
installed globally, or by `npm exec` or `npm run-script` when installed in another package.


For example, myapp could have this:
Expand Down

0 comments on commit 614672b

Please sign in to comment.