Skip to content

Commit 8908561

Browse files
committed
fix: keep published bin path npm-compatible
1 parent 86a146f commit 8908561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
88
"bin": {
9-
"opencode-srd-framework": "./dist/cli.js"
9+
"opencode-srd-framework": "dist/cli.js"
1010
},
1111
"exports": {
1212
".": {

0 commit comments

Comments
 (0)