From c1a54d7361e9fe51fc6ee649970e65124246b2a2 Mon Sep 17 00:00:00 2001 From: Amir Angel <36531255+17Amir17@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:44:58 +0200 Subject: [PATCH] fix: missing file in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a09709c..54b929d 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "files": [ "src", "lib", + "lib-web", "android", "ios", "cpp",