Skip to content

Commit

Permalink
Move types condition to the front (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Apr 29, 2023
1 parent 811fd2f commit 20fc196
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 @@ -11,9 +11,9 @@
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.js",
"types": "./index.d.ts"
"import": "./index.js"
}
},
"files": [
Expand Down

0 comments on commit 20fc196

Please sign in to comment.