Skip to content

Commit

Permalink
chore(package): Widen peer ranges.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Sep 7, 2020
1 parent 4bffc87 commit c115605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"name": "rxjs-tslint-rules",
"optionalDependencies": {},
"peerDependencies": {
"rxjs": "^5.0.0 || ^6.0.0",
"rxjs": "^5.0.0 || ^6.0.0 || ^7.0.0-beta.0",
"tslint": "^5.0.0 || ^6.0.0",
"typescript": "^2.3.0 || ^3.0.0"
"typescript": "^2.3.0 || ^3.0.0 || ^4.0.0"
},
"private": false,
"publishConfig": {
Expand Down

0 comments on commit c115605

Please sign in to comment.