Skip to content

Commit 7a78482

Browse files
committed
fix: fix binary name
1 parent eb60e99 commit 7a78482

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
},
1818
"type": "module",
1919
"main": "./tsc_output/index.js",
20-
"bin": "./tsc_output/index.js",
20+
"bin": {
21+
"how": "./tsc_output/index.js"
22+
},
2123
"files": [
2224
"tsc_output",
2325
"docs"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4226,7 +4226,7 @@ __metadata:
42264226
update-notifier: 5.1.0
42274227
xo: 0.47.0
42284228
bin:
4229-
how-cli: ./tsc_output/index.js
4229+
how: ./tsc_output/index.js
42304230
languageName: unknown
42314231
linkType: soft
42324232

0 commit comments

Comments
 (0)