Skip to content

Commit 0e6811d

Browse files
committed
fix: add bin field to package.json for executable
1 parent b556e5e commit 0e6811d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"exports": {
1414
".": "./dist/index.js"
1515
},
16+
"bin": "./dist/index.js",
1617
"scripts": {
1718
"postinstall": "node -e \"try{require('./scripts/postinstall.js')}catch(e){}\"",
1819
"lint": "oxlint --fix .",

0 commit comments

Comments
 (0)