Skip to content

Commit 9f1c739

Browse files
🤖 build: Fix main output file extension.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/a9afbfe78a793f6bba0aae1432dd3bacf30c05a5/src/transforms/build:microbundle-fix-cjs.js Please contact the author of the transform if you believe there was an error.
1 parent 0a61cb9 commit 9f1c739

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
@@ -21,15 +21,15 @@
2121
],
2222
"sideEffects": false,
2323
"source": "src/index.js",
24-
"main": "dist/index.js",
24+
"main": "dist/index.cjs",
2525
"module": "dist/index.module.js",
2626
"umd:main": "dist/index.umd.js",
2727
"unpkg": "dist/index.umd.js",
2828
"exports": {
2929
".": {
3030
"browser": "./dist/index.module.js",
3131
"umd": "./dist/index.umd.js",
32-
"require": "./dist/index.js",
32+
"require": "./dist/index.cjs",
3333
"default": "./dist/index.modern.js"
3434
}
3535
},

0 commit comments

Comments
 (0)