Skip to content

Commit c89e078

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/ce1bc1f6c3a4414cb4f4617a8809f02f57694cb9/src/transforms/build:microbundle-fix-cjs.js Please contact the author of the transform if you believe there was an error.
1 parent 52e40b4 commit c89e078

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
@@ -23,7 +23,7 @@
2323
"sideEffects": false,
2424
"type": "commonjs",
2525
"source": "src/index.js",
26-
"main": "dist/index.js",
26+
"main": "dist/index.cjs",
2727
"module": "dist/index.module.mjs",
2828
"esmodule": "dist/index.modern.mjs",
2929
"umd:main": "dist/index.umd.js",
@@ -32,7 +32,7 @@
3232
".": {
3333
"browser": "./dist/index.module.mjs",
3434
"umd": "./dist/index.umd.js",
35-
"require": "./dist/index.js",
35+
"require": "./dist/index.cjs",
3636
"default": "./dist/index.modern.mjs"
3737
}
3838
},

0 commit comments

Comments
 (0)