Skip to content

Commit

Permalink
fix: relax peer dependency warning to allow angular 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Mar 4, 2017
1 parent f0e7a13 commit 8232e66
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 @@ -87,7 +87,7 @@
"zone.js": "^0.7.2"
},
"peerDependencies": {
"@angular/core": "^2.0.0"
"@angular/core": ">=2.0.0 <5.0.0"
},
"files": [
"dist"
Expand Down

0 comments on commit 8232e66

Please sign in to comment.