Skip to content

Commit

Permalink
🤖 build: Fix main output file extension.
Browse files Browse the repository at this point in the history
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.
a-flying-potato authored and make-github-pseudonymous-again committed Jul 14, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ba59174 commit 3cb8de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
],
"sideEffects": false,
"source": "src/index.js",
"main": "dist/index.js",
"main": "dist/index.cjs",
"module": "dist/index.module.js",
"esmodule": "dist/index.modern.js",
"umd:main": "dist/index.umd.js",
@@ -39,7 +39,7 @@
".": {
"browser": "./dist/index.module.js",
"umd": "./dist/index.umd.js",
"require": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
}
},

0 comments on commit 3cb8de9

Please sign in to comment.