Skip to content

Commit

Permalink
Use CJS types as fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Mar 8, 2024
1 parent 09df896 commit 28aa914
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 @@ -4,7 +4,7 @@
"description": "An EventEmitter that isolates the emitter from errors in handlers",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"types": "dist/cjs/index.d.ts",
"exports": {
".": {
"import": {
Expand Down

0 comments on commit 28aa914

Please sign in to comment.