fix(package): normalize bin entry path for the tsdoc CLI
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
"author": "Task Venture Capital GmbH",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"tsdoc": "cli.js"
|
||||
"tsdoc": "./cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --verbose --logfile --timeout 600) && pnpm run testCli",
|
||||
|
||||
Reference in New Issue
Block a user