Skip to content

Commit

Permalink
Merge pull request #31 from irohalab/bugfix-budget-increase
Browse files Browse the repository at this point in the history
increase budget of anyComponentStyle to 10kB
  • Loading branch information
EverettSummer authored May 12, 2024
2 parents 613426c + d8058a4 commit 09b2375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "6kb"
"maximumError": "10kb"
}
],
"fileReplacements": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mira-ui",
"version": "2.9.0",
"version": "2.9.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 09b2375

Please sign in to comment.