Skip to content

Commit

Permalink
Merge pull request #1023 from reduckted/fix/export-order
Browse files Browse the repository at this point in the history
Moved the "import" exports to be first
  • Loading branch information
cure53 authored Nov 14, 2024
2 parents 2cf6e25 + c4863f6 commit 6fea7af
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 @@ -28,13 +28,13 @@
"types": "./dist/purify.cjs.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/purify.cjs.d.ts",
"default": "./dist/purify.cjs.js"
},
"import": {
"types": "./dist/purify.es.d.mts",
"default": "./dist/purify.es.mjs"
},
"default": {
"types": "./dist/purify.cjs.d.ts",
"default": "./dist/purify.cjs.js"
}
}
},
Expand Down

0 comments on commit 6fea7af

Please sign in to comment.