Skip to content

Commit

Permalink
🤖 chore(package.json): Configure microbundle ESM modern output.
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/e22c2a19ef974c2f709a2983f8eb026496ef1d10/src/transforms/build:microbundle-configure-esmodule.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Oct 29, 2022
1 parent 9bed3ce commit 04e3fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"source": "src/index.js",
"main": "dist/index.cjs",
"module": "dist/index.module.js",
"esmodule": "dist/index.modern.js",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"exports": {
Expand Down

0 comments on commit 04e3fa6

Please sign in to comment.