We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0952c commit 26c4e50Copy full SHA for 26c4e50
package.json
@@ -107,17 +107,17 @@
107
"default": "./dist/index.mjs"
108
},
109
"./*.mjs": {
110
- "types": ["./dist/*.d.ts", "./dist/*/index.d.ts"],
111
- "default": ["./dist/*.mjs", "./dist/*/index.mjs"]
+ "types": "./dist/*.d.ts",
+ "default": "./dist/*.mjs"
112
113
"./*.js": {
114
115
- "default": ["./dist/*.js", "./dist/*/index.js"]
+ "default": "./dist/*.js"
116
117
"./*": {
118
119
- "require": ["./dist/*.js", "./dist/*/index.js"],
120
+ "require": "./dist/*.js",
121
}
122
123
0 commit comments