Skip to content

Commit

Permalink
fix: correct "bin" property
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jul 5, 2022
1 parent 9eea9a3 commit 4d10d9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -31,7 +31,10 @@
"peerDependencies": {
"typescript": "^4.0.0"
},
"bin": "bin.js",
"bin": {
"github-actions-wac": "./bin.js",
"ghawac": "./bin.js"
},
"scripts": {
"build": "rm -rf dist && swc src -d dist --source-maps --extensions '.ts'",
"watch": "swc src -d dist --source-maps --extensions '.ts' --watch",
Expand Down

0 comments on commit 4d10d9f

Please sign in to comment.