Skip to content

Commit

Permalink
fix: package.json fields rewrite for bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenQingchuan committed Sep 19, 2022
1 parent 4e5f4d3 commit d5f5d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -23,7 +23,7 @@
"import": "./dist/index.js"
},
"bin": {
"tsc-err-dirs": "./dist/index.mjs"
"tsc-err-dirs": "./dist/index.js"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -72,4 +72,4 @@
"engines": {
"node": ">=16"
}
}
}

0 comments on commit d5f5d9b

Please sign in to comment.