Skip to content

Commit b3b4137

Browse files
committed
fix: add missed bin extension
1 parent 070f2aa commit b3b4137

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"visualization"
1818
],
1919
"bin": {
20-
"todoctor": "./bin/todoctor"
20+
"todoctor": "./bin/todoctor.js"
2121
},
2222
"scripts": {
2323
"start": "pnpm run /^start:/",
@@ -56,8 +56,7 @@
5656
"files": [
5757
"./bin",
5858
"./build",
59-
"./dist",
60-
"./scripts"
59+
"./dist"
6160
],
6261
"devDependencies": {
6362
"@azat-io/eslint-config-typescript": "^1.10.0",

0 commit comments

Comments
 (0)