We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99afad2 commit c0eb376Copy full SHA for c0eb376
nativescript-angular/package.json
@@ -52,7 +52,8 @@
52
"@angular/http": "~6.0.0-rc.0",
53
"@angular/platform-browser": "~6.0.0-rc.0",
54
"@angular/router": "~6.0.0-rc.0",
55
- "rxjs": "~6.0.0-rc.1",
+ "rxjs": "~6.0.0-rc.1 || >=6.1.0 || >=6.0.0",
56
+ "rxjs-compat": "~6.0.0-rc.1 || >=6.1.0 || >=6.0.0",
57
"tns-core-modules": "^4.0.0 || >4.0.0- || >4.1.0-",
58
"zone.js": "^0.8.4",
59
"typescript": "~2.7.2"
@@ -70,10 +71,10 @@
70
71
72
"codelyzer": "^4.0.0",
73
"rxjs": "~6.0.0-rc.1",
74
+ "rxjs-compat": "~6.0.0-rc.1",
75
"tns-core-modules": "next",
76
"tslint": "^5.5.0",
77
"typescript": "~2.7.2",
78
"zone.js": "^0.8.12"
79
}
80
-
0 commit comments