Skip to content

Commit 85e94d1

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 5ebf745 commit 85e94d1

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
@@ -26,7 +26,7 @@
2626
],
2727
"sideEffects": false,
2828
"source": "src/index.js",
29-
"main": "dist/index.js",
29+
"main": "dist/index.cjs",
3030
"module": "dist/index.module.js",
3131
"esmodule": "dist/index.modern.js",
3232
"umd:main": "dist/index.umd.js",
@@ -35,7 +35,7 @@
3535
".": {
3636
"browser": "./dist/index.module.js",
3737
"umd": "./dist/index.umd.js",
38-
"require": "./dist/index.js",
38+
"require": "./dist/index.cjs",
3939
"default": "./dist/index.modern.js"
4040
}
4141
},

0 commit comments

Comments
 (0)