Skip to content

Commit

Permalink
Fix exports object order
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Feb 22, 2024
1 parent 3a7a1d1 commit 565d1f1
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 @@ -21,9 +21,9 @@
"type": "module",
"exports": {
".": {
"types": "./dist/mod.d.ts",
"import": "./dist/mod.js",
"require": "./dist/mod.cjs",
"types": "./dist/mod.d.ts"
"require": "./dist/mod.cjs"
}
},
"main": "./dist/mod.js",
Expand Down

0 comments on commit 565d1f1

Please sign in to comment.