Skip to content

Commit

Permalink
chore: fix bin with .mjs extname
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Jul 9, 2024
1 parent 03f6e49 commit 166e564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
},
"bin": {
"handy-img": "dist/bin.js",
"himg": "dist/bin.js"
"handy-img": "./dist/bin.mjs",
"himg": "./dist/bin.mjs"
},
"files": [
"dist",
Expand Down

0 comments on commit 166e564

Please sign in to comment.