Skip to content

Commit

Permalink
fix: set cjs bundle as legacy main entrypoint (#827)
Browse files Browse the repository at this point in the history
closes #824

Co-authored-by: Anton Medvedev <[email protected]>
  • Loading branch information
antongolub and antonmedv authored May 27, 2024
1 parent 80f39ef commit 558be70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "8.1.1",
"description": "A tool for writing better scripts",
"type": "module",
"main": "./build/index.js",
"main": "./build/index.cjs",
"types": "./build/index.d.ts",
"typesVersions": {
"*": {
Expand Down

0 comments on commit 558be70

Please sign in to comment.