Skip to content

Commit

Permalink
fix: allow angular 8 peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Feb 5, 2019
1 parent b049727 commit 94dc48d
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 <8.0.0"
"@angular/core": ">=6.0.0 <9.0.0"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 94dc48d

Please sign in to comment.