From 39bd8ac9492d8900db745a63dacf82b10dfb511d Mon Sep 17 00:00:00 2001 From: joshuawilson Date: Mon, 3 Apr 2017 14:01:41 -0400 Subject: [PATCH] fix(version): downgrade RxJS to 5.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41d2bac..89b05bd 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "ngx-login-client": "0.6.20", "ngx-widgets": "0.12.8", "pluralize": "4.0.0", - "rxjs": "5.2.1-smooth" + "rxjs": "5.2.0" }, "devDependencies": { "@angular/compiler": "4.0.1",