Skip to content

Commit

Permalink
fix: bundlers not using the browser export (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobim authored Aug 12, 2024
1 parent f59155e commit 54f2f0d
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,8 +22,8 @@
"source": "src/index.ts",
"exports": {
"types": "./dist/types/index.d.ts",
"import": "./dist/eta.module.mjs",
"browser": "./dist/browser.umd.js",
"import": "./dist/eta.module.mjs",
"require": "./dist/eta.umd.js",
"default": "./dist/eta.umd.js"
},
Expand Down

0 comments on commit 54f2f0d

Please sign in to comment.