From 2aedfda8055f8ed31eaf8fe0083edca626d8915e Mon Sep 17 00:00:00 2001 From: ev1stensberg Date: Sat, 10 Mar 2018 01:27:10 +0100 Subject: [PATCH] chore(bundlesize): change threshold --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d6784bc481..16b1713022e 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ }, { "path": "./lib/init/**/**.js", - "maxSize": "1.5 kB" + "maxSize": "1.6 kB" }, { "path": "./lib/utils/**.js",