From 4dc05af2f023661a2656ad23a71db36ae907dc86 Mon Sep 17 00:00:00 2001 From: Kei Sakamoto <6201376+Thiry1@users.noreply.github.com> Date: Thu, 18 Jul 2024 01:59:16 +0900 Subject: [PATCH] fix: add default field to exports in package.json for better compatibility (#400) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ab439b..927fb7d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "module": "./dist/redux-actions.js", "exports": { ".": { - "import": "./dist/redux-actions.js" + "import": "./dist/redux-actions.js", + "default": "./dist/redux-actions.js" } }, "keywords": [