From d244b616f0a8658712c9605f2d13fef3125e4736 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Tue, 18 Sep 2018 16:58:59 -0700 Subject: [PATCH] misc: bump bundlesize threshold a little more --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e947ab418ff4..af4076b2dece 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "bundlesize": [ { "path": "./lighthouse-extension/dist/scripts/lighthouse-background.js", - "threshold": "510 Kb" + "threshold": "520 Kb" }, { "path": "./lighthouse-viewer/dist/src/viewer.js",