Skip to content

Commit 647ae08

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/1b5252aec880aa76850f97b16980a6ce00c782c4/src/transforms/build:microbundle-fix-cjs.js Please contact the author of the transform if you believe there was an error.
1 parent 33abfcf commit 647ae08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
],
2424
"sideEffects": false,
2525
"source": "src/index.js",
26-
"main": "dist/index.js",
26+
"main": "dist/index.cjs",
2727
"module": "dist/index.module.js",
2828
"umd:main": "dist/index.umd.js",
2929
"unpkg": "dist/index.umd.js",
3030
"exports": {
3131
".": {
3232
"browser": "./dist/index.module.js",
3333
"umd": "./dist/index.umd.js",
34-
"require": "./dist/index.js",
34+
"require": "./dist/index.cjs",
3535
"default": "./dist/index.modern.js"
3636
}
3737
},

0 commit comments

Comments
 (0)