We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1fd83 commit 614672bCopy full SHA for 614672b
docs/content/configuring-npm/package-json.md
@@ -343,7 +343,7 @@ feature to install the "npm" executable.)
343
To use this, supply a `bin` field in your package.json which is a map of
344
command name to local file name. When this packaged is installed, npm
345
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.
+installed globally, or by `npm exec` or `npm run-script` when installed in another package.
347
348
349
For example, myapp could have this:
0 commit comments