From e061219aff404b055b11f60dd641c2170ce59928 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Wed, 8 Feb 2017 08:40:19 -0500 Subject: [PATCH 1/2] Update core-package.json.template --- scripts/build/core-package.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/core-package.json.template b/scripts/build/core-package.json.template index a722389b7..b6b5e6843 100644 --- a/scripts/build/core-package.json.template +++ b/scripts/build/core-package.json.template @@ -7,7 +7,7 @@ "author": "ionic", "license": "MIT", "peerDependencies": { - "rxjs": "^5.0.1" + "rxjs": "5.0.0-beta.12" }, "repository": { "type": "git", From cd6d166e76d6787ba12b81950fc8cb1b92bacf61 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Wed, 8 Feb 2017 08:40:44 -0500 Subject: [PATCH 2/2] Update plugin-package.json.template --- scripts/build/plugin-package.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/plugin-package.json.template b/scripts/build/plugin-package.json.template index 9c93271fd..b17a41f56 100644 --- a/scripts/build/plugin-package.json.template +++ b/scripts/build/plugin-package.json.template @@ -10,7 +10,7 @@ "@ionic-native/core": "{{VERSION}}" }, "peerDependencies": { - "rxjs": "^5.0.1" + "rxjs": "5.0.0-beta.12" }, "repository": { "type": "git",