Skip to content

Commit 2182017

Browse files
fix: normalize npm bin path
1 parent f438aa2 commit 2182017

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
"version": "1.0.4",
77
"description": "BunKill 🚀 - npkill alternative. Ultra-fast node_modules cleanup tool powered by Bun.js with interactive search, sorting, and accurate size reporting.",
88
"bin": {
9-
"bunkill": "./dist/cli.js"
9+
"bunkill": "dist/cli.js"
1010
},
1111
"engines": {
1212
"bun": ">=1.2.19"

0 commit comments

Comments
 (0)