Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2a00fdb

Browse files
committedMar 10, 2024
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)
Please sign in to comment.