From 23cd7612573fe0db2daae3872fa0b31174a69987 Mon Sep 17 00:00:00 2001 From: Marc Fallows Date: Thu, 1 Mar 2018 12:11:10 +1100 Subject: [PATCH] bump size --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8d792d4a..f993136cd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "quick-build": "tsc --pretty", "small-build": "node scripts/build.js", "lint": "tslint -c tslint.json src/*.ts src/types/*.ts src/api/*.ts src/core/*.ts src/utils/*.ts", - "size": "size-limit 20KB lib/mobx.js", + "size": "size-limit 21KB lib/mobx.js", "precommit": "lint-staged" }, "repository": {