Skip to content

Commit

Permalink
finished update to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhoffman617 committed Jul 7, 2020
1 parent ed4a42c commit 72dff09
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
15 changes: 11 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"codeCoverageExclude": ["/**/*mock*.ts", "/**/*fake*.ts"],
"codeCoverageExclude": [
"/**/*mock*.ts",
"/**/*fake*.ts"
],
"assets": [
"src/favicon.ico",
"src/assets"
Expand Down Expand Up @@ -122,6 +125,10 @@
}
}
}
}},
"defaultProject": "tcp-angular"
}
}
},
"defaultProject": "tcp-angular",
"cli": {
"analytics": false
}
}
16 changes: 3 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@angular/common": "~9.1.11",
"@angular/compiler": "~9.1.11",
"@angular/core": "~9.1.11",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/flex-layout": "^9.0.0-beta.31",
"@angular/forms": "~9.1.11",
"@angular/material": "~9.2.4",
"@angular/platform-browser": "~9.1.11",
Expand Down

0 comments on commit 72dff09

Please sign in to comment.