Skip to content

Commit

Permalink
[fix] move types condition to the top (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Apr 30, 2023
1 parent b99e3ef commit 849a3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,9 +4,9 @@
"description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js",
"types": "./index.d.ts"
"require": "./index.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 849a3e6

Please sign in to comment.