Skip to content

Commit

Permalink
fix: add support for Bun (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
muan authored Jul 27, 2023
1 parent 8b15b6b commit acea87c
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,9 +22,9 @@
"source": "src/index.ts",
"exports": {
"types": "./dist/types/index.d.ts",
"import": "./dist/eta.module.mjs",
"browser": "./dist/browser.umd.js",
"require": "./dist/eta.umd.js",
"import": "./dist/eta.module.mjs",
"default": "./dist/eta.umd.js"
},
"sideEffects": false,
Expand Down

0 comments on commit acea87c

Please sign in to comment.