Skip to content

Commit a0e2135

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 6a4a66d commit a0e2135

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
@@ -20,7 +20,7 @@
2020
],
2121
"sideEffects": false,
2222
"source": "src/index.js",
23-
"main": "dist/index.js",
23+
"main": "dist/index.cjs",
2424
"module": "dist/index.module.js",
2525
"esmodule": "dist/index.modern.js",
2626
"umd:main": "dist/index.umd.js",
@@ -29,7 +29,7 @@
2929
".": {
3030
"browser": "./dist/index.module.js",
3131
"umd": "./dist/index.umd.js",
32-
"require": "./dist/index.js",
32+
"require": "./dist/index.cjs",
3333
"default": "./dist/index.modern.js"
3434
}
3535
},

0 commit comments

Comments
 (0)