Skip to content

Commit

Permalink
feat: add support for angular v10
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Jul 2, 2020
1 parent 4d597cd commit d27202c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"zone.js": "0.10.2"
},
"peerDependencies": {
"@angular/compiler": ">=2.3.1 <10.0.0 || >9.0.0-beta <10.0.0 || >9.1.0-beta <10.0.0 || >9.2.0-beta <10.0.0",
"@angular/core": ">=2.3.1 <10.0.0 || >9.0.0-beta <10.0.0 || >9.1.0-beta <10.0.0 || >9.2.0-beta <10.0.0",
"@angular/compiler": ">=2.3.1 <11.0.0 || >9.0.0-beta <11.0.0 || >9.1.0-beta <11.0.0 || >9.2.0-beta <11.0.0",
"@angular/core": ">=2.3.1 <11.0.0 || >9.0.0-beta <11.0.0 || >9.1.0-beta <11.0.0 || >9.2.0-beta <11.0.0",
"tslint": "^5.0.0 || ^6.0.0"
},
"dependencies": {
Expand Down

0 comments on commit d27202c

Please sign in to comment.