Skip to content

Commit afd5be6

Browse files
fix(packaging): Update bin path in package.json
Changed the 'contribkit' bin path to remove the leading './' for consistency and compatibility with npm conventions.
1 parent 5d817b3 commit afd5be6

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
@@ -27,7 +27,7 @@
2727
"module": "./dist/index.mjs",
2828
"types": "./dist/index.d.mts",
2929
"bin": {
30-
"contribkit": "./bin/contribkit.mjs"
30+
"contribkit": "bin/contribkit.mjs"
3131
},
3232
"files": [
3333
"bin",

0 commit comments

Comments
 (0)