We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac3180 commit fdcd6e2Copy full SHA for fdcd6e2
package.json
@@ -113,17 +113,17 @@
113
"default": "./dist/index.mjs"
114
},
115
"./*.mjs": {
116
- "types": ["./dist/*.d.ts", "./dist/*/index.d.ts"],
117
- "default": ["./dist/*.mjs", "./dist/*/index.mjs"]
+ "types": "./dist/*.d.ts",
+ "default": "./dist/*.mjs"
118
119
"./*.js": {
120
121
- "default": ["./dist/*.js", "./dist/*/index.js"]
+ "default": "./dist/*.js"
122
123
"./*": {
124
125
- "require": ["./dist/*.js", "./dist/*/index.js"],
126
+ "require": "./dist/*.js",
127
}
128
129
0 commit comments