fix(package): correct bin path for the tsbundle CLI entry

This commit is contained in:
2026-05-09 12:41:07 +00:00
parent 753aa29b26
commit ad31e54086
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"buildDocs": "tsdoc"
},
"bin": {
"tsbundle": "cli.js"
"tsbundle": "./cli.js"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",