Skip to content

Commit

Permalink
Declare Angular 7 compatibility in package.json (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
earshinov authored and madoar committed Oct 23, 2018
1 parent f889758 commit deb26a6
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 @@ -73,6 +73,6 @@
"zone.js": "~0.8.26"
},
"peerDependencies": {
"@angular/common": "5.x, 6.x"
"@angular/common": "5.x, 6.x, 7.x"
}
}

0 comments on commit deb26a6

Please sign in to comment.