From cf237b9741d7ea6f2dc003dbf54c2b1045af7125 Mon Sep 17 00:00:00 2001 From: glend1 <8122900+glend1@users.noreply.github.com> Date: Sat, 30 Jul 2022 14:13:06 +0100 Subject: [PATCH] fix: update exports condition for compatibility (#112) This resolves compatibility with Jest v28 and possibly other libraries. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a4dc3b..06549d9 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "./package.json": "./package.json", ".": { "types": "./index.d.ts", - "import": "./index.js" + "default": "./index.js" } }, "scripts": {