From bab3903d2ad4051b21a52ae41cdc29f783e7e147 Mon Sep 17 00:00:00 2001 From: Kei Sakamoto Date: Tue, 16 Jul 2024 13:31:37 +0900 Subject: [PATCH] fix: add default field to exports in package.json for better compatibility --- 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": [