Skip to content

Commit

Permalink
chore: fix npm publish warning
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Dec 20, 2023
1 parent 11b0ae7 commit c4feb20
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 @@ -6,8 +6,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"handy-img": "./dist/bin.js",
"himg": "./dist/bin.js"
"handy-img": "dist/bin.js",
"himg": "dist/bin.js"
},
"files": [
"dist",
Expand Down

0 comments on commit c4feb20

Please sign in to comment.