Skip to content

Commit

Permalink
fix(package.json): support direct import
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Aug 4, 2024
1 parent 2f06e29 commit 61452d0
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 @@ -91,7 +91,7 @@
"__build/**"
],
"exports": {
"./*": "./__build/*/*.js"
"./*": "./__build/*/index.js"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
Expand Down

0 comments on commit 61452d0

Please sign in to comment.