Skip to content

Commit 4fd4a79

Browse files
committed
fix: move types filed to the top
1 parent 94bfc58 commit 4fd4a79

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
@@ -7,9 +7,9 @@
77
"sideEffects": false,
88
"exports": {
99
".": {
10+
"types": "./dist/index.d.ts",
1011
"require": "./dist/index.cjs",
11-
"import": "./dist/index.mjs",
12-
"types": "./dist/index.d.ts"
12+
"import": "./dist/index.mjs"
1313
},
1414
"./*": "./*"
1515
},

0 commit comments

Comments
 (0)