Skip to content

Commit cdef5df

Browse files
authored
fix: move types condition to the front (#222)
1 parent 1e027f1 commit cdef5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"types": "lib/index.d.ts",
1616
"exports": {
1717
".": {
18+
"types": "./lib/index.d.ts",
1819
"require": "./lib/index.cjs",
1920
"import": "./lib/index.mjs",
20-
"browser": "./lib/index.mjs",
21-
"types": "./lib/index.d.ts"
21+
"browser": "./lib/index.mjs"
2222
},
2323
"./*": "./*"
2424
},

0 commit comments

Comments
 (0)