Skip to content

Commit

Permalink
fix: update bin prop
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jul 5, 2022
1 parent 572fd8a commit 18a7d5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -32,8 +32,8 @@
"typescript": "^4.0.0"
},
"bin": {
"github-actions-wac": "./bin.js",
"ghawac": "./bin.js"
"ghawac": "./bin.js",
"github-actions-wac": "./bin.js"
},
"scripts": {
"build": "rm -rf dist && swc src -d dist --source-maps --extensions '.ts'",
Expand All @@ -45,6 +45,8 @@
"test": "jest"
},
"release": {
"branches": ["main"]
"branches": [
"main"
]
}
}
3 changes: 2 additions & 1 deletion yarn.lock
Expand Up @@ -2546,7 +2546,8 @@ __metadata:
peerDependencies:
typescript: ^4.0.0
bin:
github-actions-wac: bin.js
ghawac: ./bin.js
github-actions-wac: ./bin.js
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 18a7d5a

Please sign in to comment.