Skip to content

Commit 6d1a376

Browse files
committed
fix(clawdhub): normalize bin path for npm
1 parent 62fe595 commit 6d1a376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clawdhub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"type": "module",
77
"bin": {
8-
"clawdhub": "./bin/clawdhub.js"
8+
"clawdhub": "bin/clawdhub.js"
99
},
1010
"files": [
1111
"bin",

0 commit comments

Comments
 (0)