Skip to content

Commit

Permalink
fix: update exports condition for compatibility (#112)
Browse files Browse the repository at this point in the history
This resolves compatibility with Jest v28 and possibly other libraries.
  • Loading branch information
glend1 authored Jul 30, 2022
1 parent 85764cb commit cf237b9
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 @@ -13,7 +13,7 @@
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"import": "./index.js"
"default": "./index.js"
}
},
"scripts": {
Expand Down

0 comments on commit cf237b9

Please sign in to comment.