Skip to content

Commit 2a20370

Browse files
🤖 build: Use .js extension for module build.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/31b7e48f29789fa2e2ad9e16013ff277c3bbca57/src/transforms/build:microbundle-configure-outputs-remove-mjs-module.js Please contact the author of the transform if you believe there was an error.
1 parent 75fe7a5 commit 2a20370

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
@@ -24,13 +24,13 @@
2424
"type": "module",
2525
"source": "src/index.js",
2626
"main": "dist/index.cjs",
27-
"module": "dist/index.module.mjs",
27+
"module": "dist/index.module.js",
2828
"esmodule": "dist/index.modern.js",
2929
"umd:main": "dist/index.umd.js",
3030
"unpkg": "dist/index.umd.js",
3131
"exports": {
3232
".": {
33-
"browser": "./dist/index.module.mjs",
33+
"browser": "./dist/index.module.js",
3434
"umd": "./dist/index.umd.js",
3535
"require": "./dist/index.cjs",
3636
"default": "./dist/index.modern.js"

0 commit comments

Comments
 (0)