Skip to content

Commit

Permalink
chore: fix publint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vnphanquang committed Aug 2, 2024
1 parent 8df581f commit ab0aa42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
"require": "./dist/index.umd.cjs"
}
},
"scripts": {
Expand Down

0 comments on commit ab0aa42

Please sign in to comment.