Skip to content

Commit

Permalink
Change order making default export last. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ablakey authored May 17, 2023
1 parent 695f92c commit f86614f
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 @@ -17,8 +17,8 @@
"source": "src/index.ts",
"exports": {
"require": "./dist/index.cjs",
"default": "./dist/index.esm.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.esm.js"
},
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit f86614f

Please sign in to comment.