Skip to content

Commit 2271bce

Browse files
committed
fix: add default exports
fix 🐛 Bug: Failing in Jest #88
1 parent c82fdf4 commit 2271bce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/lib/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"exports": {
1616
".": {
1717
"types": "./dist/index.d.ts",
18-
"import": "./dist/index.js"
18+
"import": "./dist/index.js",
19+
"default": "./dist/index.js"
1920
}
2021
},
2122
"main": "./dist/index.js",

0 commit comments

Comments
 (0)