From fc3eb72071fd2d71449d85f8455fea34fb68ee67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 3 Jan 2024 19:11:09 +0100 Subject: [PATCH] fix: add missing module package.json field MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 26953ccb..78fbbf6e 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "license": "MIT", "type": "module", "main": "./lib/index.cjs", + "module": "./lib/index.mjs", "types": "./lib/index.d.ts", "exports": { ".": { -- 2.34.1