Skip to content

Commit 2a00fdb

Browse files
committed
chore: move types exports to top
1 parent 305f3bd commit 2a00fdb

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
@@ -27,9 +27,9 @@
2727
"exports": "./src/index.ts",
2828
"publishConfig": {
2929
"exports": {
30+
"types": "./dist/index.d.ts",
3031
"import": "./dist/index.js",
31-
"require": "./dist/index.cjs",
32-
"types": "./dist/index.d.ts"
32+
"require": "./dist/index.cjs"
3333
},
3434
"directory": "package"
3535
},

0 commit comments

Comments
 (0)