Skip to content

Commit f660ea8

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

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,7 +23,7 @@
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
"esmodule": "dist/index.modern.js",
2929
"umd:main": "dist/index.umd.js",
@@ -32,7 +32,7 @@
3232
".": {
3333
"browser": "./dist/index.module.js",
3434
"umd": "./dist/index.umd.js",
35-
"require": "./dist/index.js",
35+
"require": "./dist/index.cjs",
3636
"default": "./dist/index.modern.js"
3737
}
3838
},

0 commit comments

Comments
 (0)