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/a44c42967442d65fd14272682fb84a6f32feb841/src/transforms/build:microbundle-fix-cjs.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 Aug 4, 2021
1 parent 5ebf745 commit 85e94d1
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
Expand Up @@ -26,7 +26,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",
Expand All @@ -35,7 +35,7 @@
".": {
"browser": "./dist/index.module.js",
"umd": "./dist/index.umd.js",
"require": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
}
},
Expand Down

0 comments on commit 85e94d1

Please sign in to comment.