Skip to content

Commit

Permalink
fix: add default exports
Browse files Browse the repository at this point in the history
fix πŸ› Bug: Failing in Jest #88
  • Loading branch information
marsidev committed Sep 7, 2024
1 parent c82fdf4 commit 2271bce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"main": "./dist/index.js",
Expand Down

0 comments on commit 2271bce

Please sign in to comment.