pull blackberry10 target from build

This commit is contained in:
Morgan McMillian 2017-12-19 17:05:10 -08:00
parent 9cfaaae6cb
commit 12e7c24a3d
2 changed files with 1 additions and 4 deletions

View file

@ -85,7 +85,6 @@
<icon height="144" src="resources/icon-144.png" width="144" />
</platform>
<engine name="android" spec="^6.2.3" />
<engine name="blackberry10" spec="^3.8.0" />
<plugin name="cordova-plugin-console" spec="^1.0.5" />
<plugin name="cordova-plugin-device" spec="^1.1.4" />
<plugin name="cordova-plugin-inappbrowser" spec="^1.7.1" />

View file

@ -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"
]
}
}