Skip to content

Commit

Permalink
fix: loosen angular peer dependency to support angular 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Mar 3, 2017
1 parent 6147c76 commit e00c115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
"zone.js": "^0.7.2"
},
"peerDependencies": {
"@angular/common": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/platform-browser": "^2.0.0"
"@angular/common": ">=2.0.0 <5.0.0",
"@angular/core": ">=2.0.0 <5.0.0",
"@angular/platform-browser": ">=2.0.0 <5.0.0"
},
"files": [
"dist",
Expand Down

0 comments on commit e00c115

Please sign in to comment.