Skip to content

Commit

Permalink
Add an npm-run-all2 bin alias
Browse files Browse the repository at this point in the history
This lets npx run npm-run-all2 easily.
  • Loading branch information
bcomnes committed Oct 4, 2023
1 parent cfbd974 commit e6dc017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"bin": {
"run-p": "bin/run-p/index.js",
"run-s": "bin/run-s/index.js",
"npm-run-all": "bin/npm-run-all/index.js"
"npm-run-all": "bin/npm-run-all/index.js",
"npm-run-all2": "bin/npm-run-all/index.js"
},
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit e6dc017

Please sign in to comment.