Skip to content

Commit

Permalink
fix: bump angular peer version
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed Nov 7, 2017
1 parent 1a33c26 commit 7a611df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"angular4"
],
"peerDependencies": {
"@angular/common": ">=4.0.0 <5.0.0",
"@angular/core": ">=.0.0 <5.0.0",
"@angular/forms": ">=.0.0 <5.0.0"
"@angular/common": ">=4.0.0 <6.0.0",
"@angular/core": ">=4.0.0 <6.0.0",
"@angular/forms": ">=4.0.0 <6.0.0"
}
}

0 comments on commit 7a611df

Please sign in to comment.