Skip to content

Commit

Permalink
refactor: update bin entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 13, 2024
1 parent 1cc1a1a commit 320a756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tsc-esm-fix",
"version": "2.20.27",
"bin": {
"tsc-esm-fix": "./target/es6/cli.mjs"
"tsc-esm-fix": "./target/esm/cli.mjs"
},
"description": "Make tsc-compiled `es2020/esnext` bundles compatible with esm/mjs requirements",
"type": "module",
Expand Down

0 comments on commit 320a756

Please sign in to comment.