Skip to content

Commit

Permalink
Merge pull request #332 from Andarist/fix/types-condition
Browse files Browse the repository at this point in the history
fix(types): move `types` condition to the front
  • Loading branch information
jwalton authored May 2, 2023
2 parents 679f977 + a1eb206 commit 749cf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"types": "./dist/esm/index.d.ts",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/cjs/index.js",
"types": "./dist/esm/index.d.ts"
"default": "./dist/cjs/index.js"
}
},
"files": [
Expand Down

0 comments on commit 749cf72

Please sign in to comment.