From 5b23d0e8e15ad91e81abb7d1bb04003d636d35b7 Mon Sep 17 00:00:00 2001 From: Siarhei Huzarevich Date: Mon, 15 Jul 2024 23:58:43 +0200 Subject: [PATCH] fix budget error and readme --- README.md | 2 +- angular.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc119bf..4344f64 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CallCenter Flow Example +# Graph editor with step-by-step animations This is an example of using the [@foblex/flow](https://github.com/Foblex/f-flow) library in an Angular project. You can use this example as a starting point for your own project. diff --git a/angular.json b/angular.json index 050eafa..6fa0fae 100644 --- a/angular.json +++ b/angular.json @@ -37,12 +37,12 @@ { "type": "initial", "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumError": "2mb" }, { "type": "anyComponentStyle", "maximumWarning": "2kb", - "maximumError": "4kb" + "maximumError": "30kb" } ], "outputHashing": "all"