Skip to content

Commit

Permalink
fix: fix binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Nov 30, 2021
1 parent eb60e99 commit 7a78482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
},
"type": "module",
"main": "./tsc_output/index.js",
"bin": "./tsc_output/index.js",
"bin": {
"how": "./tsc_output/index.js"
},
"files": [
"tsc_output",
"docs"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4226,7 +4226,7 @@ __metadata:
update-notifier: 5.1.0
xo: 0.47.0
bin:
how-cli: ./tsc_output/index.js
how: ./tsc_output/index.js
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 7a78482

Please sign in to comment.