Skip to content

Commit ab0aa42

Browse files
committed
chore: fix publint issue
1 parent 8df581f commit ab0aa42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"types": "./dist/index.d.ts",
2929
"exports": {
3030
".": {
31+
"types": "./dist/index.d.ts",
3132
"import": "./dist/index.js",
32-
"require": "./dist/index.umd.js",
33-
"types": "./dist/index.d.ts"
33+
"require": "./dist/index.umd.cjs"
3434
}
3535
},
3636
"scripts": {

0 commit comments

Comments
 (0)