We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fd3ba commit 1a08af8Copy full SHA for 1a08af8
1 file changed
package.json
@@ -10,8 +10,8 @@
10
"type": "module",
11
"exports": {
12
"require": "./dist/index.cjs",
13
- "default": "./dist/index.modern.js",
14
- "types": "./dist/index.d.ts"
+ "types": "./dist/index.d.ts",
+ "default": "./dist/index.modern.js"
15
},
16
"main": "./dist/index.cjs",
17
"module": "./dist/index.module.js",
0 commit comments