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 c14e26b commit df974de
Show file tree
Hide file tree
Showing 3 changed files with 728 additions and 697 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"projectType": "library",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
"style": "scss"
}
},
"architect": {
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
"bugs": {
"url": "https://github.com/mpalourdio/intl-tel-input-ng/issues"
},
"dependencies": {
"tslib": "^1.10.0"
},
"peerDependencies": {
"@angular/common": "^9.1.0",
"@angular/core": "^9.1.0",
"@angular/forms": "^9.1.0",
"intl-tel-input": "^17.0.0",
"tslib": "^1.10.0"
"intl-tel-input": "^17.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.0",
Expand All @@ -49,7 +51,6 @@
"@angular/compiler-cli": "^9.1.0",
"@angular/core": "^9.1.0",
"@angular/forms": "^9.1.0",
"@angular/language-service": "^9.1.0",
"@angular/platform-browser": "^9.1.0",
"@angular/platform-browser-dynamic": "^9.1.0",
"@types/jasmine": "~3.5.0",
Expand Down
Loading

0 comments on commit df974de

Please sign in to comment.