Skip to content

Commit

Permalink
React export fix (#349)
Browse files Browse the repository at this point in the history
* reverted export pathing for react

* changed main to import in package json exports
  • Loading branch information
kpal81xd authored Feb 23, 2024
1 parent fd656d0 commit 7aca5ff
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 @@ -22,7 +22,7 @@
"exports": {
".": "./dist/module/src/index.mjs",
"./react": {
"main": "./react/dist/module/src/index.mjs",
"import": "./react/dist/module/src/index.mjs",
"types": "./react/types/index.d.ts"
},
"./styles": "./styles/dist/index.mjs"
Expand Down

0 comments on commit 7aca5ff

Please sign in to comment.