Skip to content

Commit 4a8dd2a

Browse files
authored
fix: correct main and module field (#32)
1 parent 6c28b50 commit 4a8dd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"require": "./dist/index.cjs"
1212
}
1313
},
14-
"main": "./dist/index.js",
15-
"module": "./dist/index.mjs",
14+
"main": "./dist/index.cjs",
15+
"module": "./dist/index.js",
1616
"types": "./dist/index.d.ts",
1717
"files": ["dist"],
1818
"scripts": {

0 commit comments

Comments
 (0)