fix(package): normalize bin entry to use a relative cli path

This commit is contained in:
2026-05-09 12:40:47 +00:00
parent c872ff8d73
commit 0797bbfc18
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"bin": {
"tscoverage": "cli.js"
"tscoverage": "./cli.js"
},
"scripts": {
"test": "tstest test/",