From e7c2ee08acd527786137ae4c3126a8d90d6839b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Caruelle?= Date: Wed, 11 Dec 2024 16:16:16 +0100 Subject: [PATCH] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d706eee..637a432 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "exports": { ".": { "types": "./types/index.d.ts", - "import": "./dist/index.mjs" + "import": "./dist/index.mjs", + "default": "./dist/index.mjs", } }, "browser": "./dist/index.min.js",