Skip to content

Commit

Permalink
Merge pull request #7 from trombipeti/master
Browse files Browse the repository at this point in the history
moves deafult condition to last in package.json to fix webpack errors.
  • Loading branch information
everweij authored Sep 2, 2024
2 parents fd45a28 + 1e21af8 commit e40d10e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"exports": {
".": {
"import": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.cts"
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
Expand Down

0 comments on commit e40d10e

Please sign in to comment.