Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andreialecu committed Feb 4, 2024
1 parent 04cf275 commit 992ae9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/prepareDist.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ packageJson.exports = {
import: packageJson.module,
require: packageJson.main,
},
[`./index.js`]: {
"./index.js": {
types: packageJson.types,
default: packageJson.module,
},
[`./main.cjs`]: {
"./main.cjs": {
types: packageJson.types,
default: packageJson.main,
},
Expand Down

0 comments on commit 992ae9a

Please sign in to comment.