From 17e81ac87efcc2c32713ade2bd81be8fe68891f3 Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Thu, 16 Aug 2018 11:15:58 +0100 Subject: [PATCH] Pin rxjs websockets version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5dc7cf3c28..f51d418191 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "reselect": "^3.0.1", "rxjs": "^6.2.0", "rxjs-spy": "^7.0.2", - "rxjs-websockets": "git+https://github.com/ohjames/rxjs-websockets.git#28711f94f6988bd23d9a120061d6f9002961114b", + "rxjs-websockets": "~6.0.0", "web-animations-js": "^2.3.1", "xterm": "^3.5.0", "zone.js": "~0.8.26" @@ -117,4 +117,4 @@ "tslint": "~5.3.2", "typescript": "2.7.2" } -} +} \ No newline at end of file