From 12e7c24a3d137e6fc1b5291b6509886808169f7d Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Tue, 19 Dec 2017 17:05:10 -0800 Subject: [PATCH] pull blackberry10 target from build --- config.xml | 1 - package.json | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/config.xml b/config.xml index e1c6c2f..b25f593 100644 --- a/config.xml +++ b/config.xml @@ -85,7 +85,6 @@ - diff --git a/package.json b/package.json index b1fffaf..0e60d98 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "@ionic-native/status-bar": "3.10.2", "@ionic/storage": "2.0.1", "cordova-android": "^6.2.3", - "cordova-blackberry10": "^3.8.0", "cordova-plugin-console": "^1.0.5", "cordova-plugin-device": "^1.1.4", "cordova-plugin-inappbrowser": "^1.7.1", @@ -60,8 +59,7 @@ "cordova-plugin-inappbrowser": {} }, "platforms": [ - "android", - "blackberry10" + "android" ] } }