From 57cabf6f75a9c221a4fac816f8c3781b1fbe2f0c Mon Sep 17 00:00:00 2001 From: Thomas Piard Date: Sun, 26 Jan 2020 19:26:37 +0100 Subject: [PATCH] size limit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd4a37c..1db1cea 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "size-limit": [ { "path": "dist-es/index.js", - "limit": "80 KB" + "limit": "82 KB" } ] }