Skip to content

Commit

Permalink
fix: add back main entry point as eslint-plugin-import does not suppo…
Browse files Browse the repository at this point in the history
…rt conditional exports
  • Loading branch information
foray1010 committed Jul 21, 2024
1 parent 8f23d6c commit 42ef97c
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 @@ -42,6 +42,7 @@
"require": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",
"files": [
"dist",
"*.md"
Expand Down

0 comments on commit 42ef97c

Please sign in to comment.