From a73812fa5b65756d8333956f4680d4b470b717f0 Mon Sep 17 00:00:00 2001 From: Laurence Hartgill Date: Thu, 16 Jan 2025 10:49:05 +0000 Subject: [PATCH] fix: Files not exported --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86f081d..6474e51 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "", "type": "module", "files": [ - "lib/" + "dist/" ], "scripts": { "build": "wireit",