Skip to content

Commit

Permalink
fix(cli): declare exports
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Sep 4, 2023
1 parent 5fe3b63 commit 4c86672
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"dist",
"init"
],
"exports": {
".": {
"import": "./dist/cli.mjs"
}
},
"bin": {
"preset": "dist/cli.mjs"
},
Expand Down

0 comments on commit 4c86672

Please sign in to comment.