From df97c8aaf5f08ad54851bb5d02137f8058abcf22 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Fri, 14 Jul 2023 23:59:03 +0200 Subject: [PATCH] Temporarily increase size limit See also: https://github.com/kytta/shareon/issues/62 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f076d7..1b97daa 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "path": "./dist/shareon.min.css" }, { - "limit": "1 KB", + "limit": "1069 B", "path": "./dist/shareon.es.js" } ],