Skip to content

Commit 3cb8de9

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 ba59174 commit 3cb8de9

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
@@ -30,7 +30,7 @@
3030
],
3131
"sideEffects": false,
3232
"source": "src/index.js",
33-
"main": "dist/index.js",
33+
"main": "dist/index.cjs",
3434
"module": "dist/index.module.js",
3535
"esmodule": "dist/index.modern.js",
3636
"umd:main": "dist/index.umd.js",
@@ -39,7 +39,7 @@
3939
".": {
4040
"browser": "./dist/index.module.js",
4141
"umd": "./dist/index.umd.js",
42-
"require": "./dist/index.js",
42+
"require": "./dist/index.cjs",
4343
"default": "./dist/index.modern.js"
4444
}
4545
},

0 commit comments

Comments
 (0)