From 7f431d05b970550639224d71ae8710fe3bc54dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Schmelczer?= Date: Sat, 29 Jan 2022 21:11:55 +0100 Subject: [PATCH] Fix bad path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: AndrĂ¡s Schmelczer --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef9e6d9..a81eb0c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "ISC", "exports": { ".": { - "import": "./dist/main.js" + "import": "./lib/main.js" } }, "scripts": {