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 23c3217 commit afade63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -14,10 +14,10 @@
},
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js",
"types": "./dist/src/index.d.ts"
"default": "./index.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit afade63

Please sign in to comment.