Skip to content

Commit bae416d

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

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
@@ -25,15 +25,15 @@
2525
],
2626
"sideEffects": false,
2727
"source": "src/index.js",
28-
"main": "dist/index.js",
28+
"main": "dist/index.cjs",
2929
"module": "dist/index.module.js",
3030
"umd:main": "dist/index.umd.js",
3131
"unpkg": "dist/index.umd.js",
3232
"exports": {
3333
".": {
3434
"browser": "./dist/index.module.js",
3535
"umd": "./dist/index.umd.js",
36-
"require": "./dist/index.js",
36+
"require": "./dist/index.cjs",
3737
"default": "./dist/index.modern.js"
3838
}
3939
},

0 commit comments

Comments
 (0)