Skip to content

Commit 2ef8f58

Browse files
committed
fix: fix bin
1 parent ef57038 commit 2ef8f58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"type": "module",
77
"bin": {
8-
"host-cli": "bin/cli.js"
8+
"host-cli": "bin/cli.cjs"
99
},
1010
"scripts": {
1111
"build": "tsup",

0 commit comments

Comments
 (0)