Skip to content

Commit

Permalink
fix(package.json): fix bin path warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Nov 28, 2023
1 parent e53bd48 commit db07c6b
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 @@ -27,7 +27,7 @@
},
"type": "module",
"bin": {
"bare": "./dist/bin/cli.js"
"bare": "dist/bin/cli.js"
},
"module": "./dist/index.js",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit db07c6b

Please sign in to comment.