Skip to content

Commit 4dc45d4

Browse files
author
Lukas Holzer
committed
chore: fix typo
1 parent 34dd83d commit 4dc45d4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"engines": {
77
"node": "^14.16.0 || >=16.0.0"
88
},
9-
"main": "./dist/index.cjs",
10-
"module": "./dist/index.js",
11-
"types": "./dist/index.d.ts",
9+
"main": "./dist/main.cjs",
10+
"module": "./dist/main.js",
11+
"types": "./dist/main.d.ts",
1212
"exports": {
1313
".": {
1414
"require": {
15-
"types": "./dist/index.d.cts",
16-
"path": "./dist/index.cjs"
15+
"types": "./dist/main.d.cts",
16+
"path": "./dist/main.cjs"
1717
},
1818
"import": {
19-
"types": "./dist/index.d.ts",
20-
"path": "./dist/index.js"
19+
"types": "./dist/main.d.ts",
20+
"path": "./dist/main.js"
2121
},
2222
"default": {
23-
"types": "./dist/index.d.ts",
24-
"path": "./dist/index.js"
23+
"types": "./dist/main.d.ts",
24+
"path": "./dist/main.js"
2525
}
2626
}
2727
},

0 commit comments

Comments
 (0)