From 139673e0102c5b60452f11f46f43ba66a1b331a7 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 17 Mar 2016 15:49:13 -0500 Subject: [PATCH] chore(): update rxjs Addresses https://github.com/driftyco/ionic-native/issues/64. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42fbeeae5..9fc9812bd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dist" ], "dependencies": { - "rxjs": "5.0.0-beta.0" + "rxjs": "5.0.0-beta.2" }, "devDependencies": { "browserify": "^13.0.0",