We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dd83d commit 4dc45d4Copy full SHA for 4dc45d4
package.json
@@ -6,22 +6,22 @@
6
"engines": {
7
"node": "^14.16.0 || >=16.0.0"
8
},
9
- "main": "./dist/index.cjs",
10
- "module": "./dist/index.js",
11
- "types": "./dist/index.d.ts",
+ "main": "./dist/main.cjs",
+ "module": "./dist/main.js",
+ "types": "./dist/main.d.ts",
12
"exports": {
13
".": {
14
"require": {
15
- "types": "./dist/index.d.cts",
16
- "path": "./dist/index.cjs"
+ "types": "./dist/main.d.cts",
+ "path": "./dist/main.cjs"
17
18
"import": {
19
20
- "path": "./dist/index.js"
+ "path": "./dist/main.js"
21
22
"default": {
23
24
25
}
26
27
0 commit comments