Skip to content

Commit

Permalink
fix: allow angular 9 peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Oct 11, 2019
1 parent ffddb97 commit 86e366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"zone.js": "^0.8.29"
},
"peerDependencies": {
"@angular/core": ">=6.0.0 <9.0.0"
"@angular/core": ">=6.0.0 <10.0.0"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 86e366c

Please sign in to comment.