Skip to content

Commit

Permalink
Merge pull request #516 from xmtp/rygine/fix-exports
Browse files Browse the repository at this point in the history
Fix root export path for browser bundle
  • Loading branch information
rygine authored Jan 11, 2024
2 parents 94a36c2 + f053f3d commit 58738a8
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 @@ -10,7 +10,7 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/web/index.js",
"browser": "./dist/browser/index.js",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
Expand Down

0 comments on commit 58738a8

Please sign in to comment.