Skip to content

Commit

Permalink
chore: add exports entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbopro committed Dec 7, 2024
1 parent 670fa4b commit 991a3ce
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 @@ -6,7 +6,10 @@
"type": "module",
"exports": {
".": "./dist/main.js",
"./*": "./dist/*.js"
"./*": "./dist/*.js",
"./components": "./dist/components/index.js",
"./components/*": "./dist/components/*.js",
"./utils/*": "./dist/utils/*.js"
},
"scripts": {
"build": "node dev/build.js"
Expand Down

0 comments on commit 991a3ce

Please sign in to comment.