Skip to content

Commit

Permalink
chore(angular): Update project with angular-cli 9.1.7 defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 22, 2020
1 parent 8b2e178 commit 9d379ba
Show file tree
Hide file tree
Showing 3 changed files with 733 additions and 690 deletions.
2 changes: 1 addition & 1 deletion angular.json
Expand Up @@ -7,7 +7,7 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
"style": "scss"
}
},
"root": "",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -37,7 +37,6 @@
"@angular-devkit/build-angular": "~0.901.0",
"@angular/cli": "^9.1.0",
"@angular/compiler-cli": "^9.1.0",
"@angular/language-service": "^9.1.0",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -51,7 +50,7 @@
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "~3.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "~5.4.3",
"protractor": "~7.0.0",
"puppeteer": "^3.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
Expand Down

0 comments on commit 9d379ba

Please sign in to comment.