Skip to content

Commit

Permalink
[fix] move types condition to the front
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Apr 29, 2023
1 parent b99e3ef commit 058614d
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 058614d

Please sign in to comment.