Skip to content

Commit

Permalink
Fixed peerDependency for rxjs to read 5.5.0+ or 6.0.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
wittlock committed Jul 7, 2018
1 parent a921e8c commit 53abe74
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 @@ -47,7 +47,7 @@
},
"peerDependencies": {
"@angular/core": "^5.2.0 || ^6.0.0",
"rxjs": "^5.5.0"
"rxjs": "^5.5.0 || ^6.0.0"
},
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit 53abe74

Please sign in to comment.