Skip to content

Commit 9a239e3

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/aureooms/rejuvenate/blob/4693b5257d8bb78f8dd84d7d929be8affd55d958/src/transforms/build:microbundle-fix-cjs.js Please contact the author of the transform if you believe there was an error.
1 parent aa7ad22 commit 9a239e3

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
@@ -29,7 +29,7 @@
2929
"sideEffects": false,
3030
"type": "module",
3131
"source": "src/index.js",
32-
"main": "dist/index.js",
32+
"main": "dist/index.cjs",
3333
"module": "dist/index.module.js",
3434
"esmodule": "dist/index.modern.js",
3535
"umd:main": "dist/index.umd.js",
@@ -38,7 +38,7 @@
3838
".": {
3939
"browser": "./dist/index.module.js",
4040
"umd": "./dist/index.umd.js",
41-
"require": "./dist/index.js",
41+
"require": "./dist/index.cjs",
4242
"default": "./dist/index.modern.js"
4343
}
4444
},

0 commit comments

Comments
 (0)