Skip to content

Commit

Permalink
fix: allow angular 5 peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Oct 21, 2017
1 parent 62119a2 commit 25cfe50
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 @@ -85,7 +85,7 @@
"zone.js": "^0.8.5"
},
"peerDependencies": {
"@angular/core": "^4.0.0"
"@angular/core": ">=4.0.0 <6.0.0"
},
"files": [
"dist"
Expand Down

0 comments on commit 25cfe50

Please sign in to comment.