Skip to content

Commit

Permalink
fix: add missed bin extension
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Oct 22, 2024
1 parent 070f2aa commit b3b4137
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"visualization"
],
"bin": {
"todoctor": "./bin/todoctor"
"todoctor": "./bin/todoctor.js"
},
"scripts": {
"start": "pnpm run /^start:/",
Expand Down Expand Up @@ -56,8 +56,7 @@
"files": [
"./bin",
"./build",
"./dist",
"./scripts"
"./dist"
],
"devDependencies": {
"@azat-io/eslint-config-typescript": "^1.10.0",
Expand Down

0 comments on commit b3b4137

Please sign in to comment.