Skip to content

Commit

Permalink
Export ./bin
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Nov 30, 2023
1 parent 587e4f8 commit 2dc2702
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"prettier-next": "dist/bin.js"
},
"main": "dist/index.js",
"exports": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./bin": "./dist/bin.js"
},
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit 2dc2702

Please sign in to comment.