Skip to content

Commit

Permalink
fix: broken template
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Feb 8, 2020
1 parent 702ebbe commit 68d287e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions generators/app/templates/_angular.json
Expand Up @@ -152,12 +152,6 @@
},
"configurations": {
"ci": {
"budgets": [
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"progress": false,
"watch": false
}
Expand Down
1 change: 0 additions & 1 deletion generators/app/templates/src/app/about/_about.module.ts
Expand Up @@ -25,7 +25,6 @@ import { AboutComponent } from './about.component';
<% } -%>
AboutRoutingModule
],
<% } -%>
declarations: [
AboutComponent
]
Expand Down

0 comments on commit 68d287e

Please sign in to comment.