Skip to content

Commit 4e56806

Browse files
committed
fix: main fallback to correct cjs
1 parent 67844e3 commit 4e56806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Ajai Shankar",
1313
"license": "MIT",
1414
"type": "module",
15-
"main": "./dist/cjs/index.js",
15+
"main": "./dist/cjs/index.cjs",
1616
"module": "./dist/esm/index.js",
1717
"exports": {
1818
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)