Skip to content

Commit

Permalink
fix(types): move types condition to the front
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed May 1, 2023
1 parent 679f977 commit a1eb206
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 a1eb206

Please sign in to comment.