Skip to content

Commit ce7c20e

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

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
@@ -25,7 +25,7 @@
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
"esmodule": "dist/index.modern.js",
3131
"umd:main": "dist/index.umd.js",
@@ -34,7 +34,7 @@
3434
".": {
3535
"browser": "./dist/index.module.js",
3636
"umd": "./dist/index.umd.js",
37-
"require": "./dist/index.js",
37+
"require": "./dist/index.cjs",
3838
"default": "./dist/index.modern.js"
3939
}
4040
},

0 commit comments

Comments
 (0)