|
@@ -8,10 +8,10 @@
|
|
|
"types": "dist/lib/index.d.ts",
|
|
|
"exports": {
|
|
|
".": {
|
|
|
- "import": "./dist/index.js",
|
|
|
- "require": "./dist/index.cjs",
|
|
|
"browser": "./dist/index.global.js",
|
|
|
- "types": "./dist/lib/index.d.ts"
|
|
|
+ "types": "./dist/lib/index.d.ts",
|
|
|
+ "require": "./dist/index.cjs",
|
|
|
+ "import": "./dist/index.js"
|
|
|
}
|
|
|
},
|
|
|
"type": "module",
|