fix(package): normalize the CLI bin path in package metadata

This commit is contained in:
2026-05-09 12:41:08 +00:00
parent 270b3127c4
commit b2efd2a380
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"buildDocs": "tsdoc"
},
"bin": {
"tsview": "cli.js"
"tsview": "./cli.js"
},
"devDependencies": {
"@api.global/typedsocket": "^4.1.3",