Skip to content

Commit

Permalink
fix: move types condition to the front (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed May 1, 2023
1 parent 1e027f1 commit cdef5df
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 @@ -15,10 +15,10 @@
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"require": "./lib/index.cjs",
"import": "./lib/index.mjs",
"browser": "./lib/index.mjs",
"types": "./lib/index.d.ts"
"browser": "./lib/index.mjs"
},
"./*": "./*"
},
Expand Down

0 comments on commit cdef5df

Please sign in to comment.