We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bffc87 commit c115605Copy full SHA for c115605
package.json
@@ -53,9 +53,9 @@
53
"name": "rxjs-tslint-rules",
54
"optionalDependencies": {},
55
"peerDependencies": {
56
- "rxjs": "^5.0.0 || ^6.0.0",
+ "rxjs": "^5.0.0 || ^6.0.0 || ^7.0.0-beta.0",
57
"tslint": "^5.0.0 || ^6.0.0",
58
- "typescript": "^2.3.0 || ^3.0.0"
+ "typescript": "^2.3.0 || ^3.0.0 || ^4.0.0"
59
},
60
"private": false,
61
"publishConfig": {
0 commit comments