Skip to content

Commit 05a2125

Browse files
committed
refactor: fix rxjs version
1 parent 6e2e0a1 commit 05a2125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nativescript-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@angular/http": "~6.0.0",
5353
"@angular/platform-browser": "~6.0.0",
5454
"@angular/router": "~6.0.0",
55-
"rxjs": "~6.0.0 || >=6.1.0 || >=6.0.0",
55+
"rxjs": "~6.0.0 || >=6.1.0",
5656
"tns-core-modules": "^4.0.0 || >4.0.0- || >4.1.0-",
5757
"zone.js": "^0.8.26",
5858
"typescript": "~2.7.2"

0 commit comments

Comments
 (0)