Skip to content

Commit

Permalink
add module for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bguerout committed Jan 7, 2025
1 parent b4f0340 commit 782c10b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"transform",
"parallel"
],
"main": "dist/cjs/index.js",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"import": {
Expand Down

0 comments on commit 782c10b

Please sign in to comment.