Skip to content

Commit

Permalink
increase budget of anyComponentStyle to 10kB
Browse files Browse the repository at this point in the history
  • Loading branch information
EverettSummer committed May 12, 2024
1 parent 613426c commit d8058a4
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 d8058a4

Please sign in to comment.