Skip to content

Commit

Permalink
fix: fix(#15) cli not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 21, 2022
1 parent 289a8d5 commit ef89e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.0.6",
"description": "Create a badge using GitHub Actions and GitHub Workflow CPU time (no 3rd parties servers)",
"bin": {
"generated-badges": "lib/bin",
"generated-badges-cli": "lib/bin"
"generated-badges": "./lib/bin.js",
"generated-badges-cli": "./lib/bin.js"
},
"scripts": {
"prepare": "husky install && npm run package",
Expand Down

0 comments on commit ef89e42

Please sign in to comment.