Skip to content

Commit 33fd6ed

Browse files
authored
Merge pull request #65 from flleonx/patch-1
fix: exports order in package.json
2 parents 64fd3ba + 1a08af8 commit 33fd6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"type": "module",
1111
"exports": {
1212
"require": "./dist/index.cjs",
13-
"default": "./dist/index.modern.js",
14-
"types": "./dist/index.d.ts"
13+
"types": "./dist/index.d.ts",
14+
"default": "./dist/index.modern.js"
1515
},
1616
"main": "./dist/index.cjs",
1717
"module": "./dist/index.module.js",

0 commit comments

Comments
 (0)