Skip to content

Commit

Permalink
swap to default + require
Browse files Browse the repository at this point in the history
  • Loading branch information
zaporter-work committed Nov 13, 2024
1 parent e78687e commit 2fe46c8
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 @@ -12,8 +12,8 @@
"exports": {
".": {
"types": "./dist/main.d.ts",
"import": "./dist/main.es.js",
"require": "./dist/main.umd.js"
"require": "./dist/main.umd.js",
"default": "./dist/main.es.js"
}
},
"scripts": {
Expand Down

0 comments on commit 2fe46c8

Please sign in to comment.