From 9b06280f300f88c248e1a766b7dacca69addb27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 2 Nov 2022 11:54:55 +0100 Subject: [PATCH] Fix exports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index e59610d1..9435c59e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "version": "4.0.0-beta.1", "description": "", "types": "dist/index.d.ts", + "main": "dist/index.js", + "module": "dist/index.es.js", "exports": { ".": { "import": "./dist/index.es.js",