Skip to content

Commit 9559ea4

Browse files
committed
chore: Fix package.json bin path formatting
1 parent 505ce65 commit 9559ea4

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
@@ -6,7 +6,7 @@
66
"main": "./dist/plugin/strray-codex-injection.js",
77
"types": "./dist/plugin/plugins/strray-codex-injection.d.ts",
88
"bin": {
9-
"strray-ai": "./dist/cli/index.js"
9+
"strray-ai": "dist/cli/index.js"
1010
},
1111
"oh-my-opencode": {
1212
"plugin": "./dist/plugin/plugins/strray-codex-injection.js",

0 commit comments

Comments
 (0)