Skip to content

Commit

Permalink
fix: exports order in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
flleonx committed Apr 3, 2023
1 parent 64fd3ba commit 1a08af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,8 +10,8 @@
"type": "module",
"exports": {
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.modern.js"
},
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
Expand Down

0 comments on commit 1a08af8

Please sign in to comment.