Skip to content

Commit

Permalink
fix: add Angular v11 in peer dependencies (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Sep 30, 2020
1 parent 8645e57 commit cd88bd5
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 @@ -89,8 +89,8 @@
"typescript": "3.9.6"
},
"peerDependencies": {
"@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",
"@angular/compiler": ">=2.3.1 <12.0.0 || ^11.0.0-next || ^11.1.0-next || ^11.2.0-next",
"@angular/core": ">=2.3.1 <12.0.0 || ^11.0.0-next || ^11.1.0-next || ^11.2.0-next",
"tslint": "^5.0.0 || ^6.0.0"
},
"dependencies": {
Expand Down

0 comments on commit cd88bd5

Please sign in to comment.