Skip to content

Commit

Permalink
feat(dependencies): update to Angular (and related) 7.0.0 RCs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Oct 13, 2018
1 parent e9c1637 commit c2d6815
Show file tree
Hide file tree
Showing 7 changed files with 2,028 additions and 2,965 deletions.
22 changes: 11 additions & 11 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,29 +58,29 @@
"type": "bundle",
"name": "polyfills",
"baseline": "150kb",
"warning": "50kb",
"error": "100kb"
"maximumWarning": "50kb",
"maximumError": "100kb"
},
{
"type": "bundle",
"name": "vendor",
"baseline": "800kb",
"warning": "100kb",
"error": "200kb"
"baseline": "900kb",
"maximumWarning": "100kb",
"maximumError": "200kb"
},
{
"type": "bundle",
"name": "styles",
"baseline": "250kb",
"warning": "50kb",
"error": "100kb"
"baseline": "280kb",
"maximumWarning": "50kb",
"maximumError": "100kb"
},
{
"type": "bundle",
"name": "main",
"baseline": "100kb",
"warning": "50kb",
"error": "100kb"
"maximumWarning": "50kb",
"maximumError": "100kb"
}
]
}
Expand Down Expand Up @@ -112,7 +112,7 @@
"karmaConfig": "src/karma.conf.js",
"styles": [
{
"input": "styles.scss"
"input": "src/styles.scss"
}
],
"scripts": [],
Expand Down

0 comments on commit c2d6815

Please sign in to comment.