diff --git a/examples/ionic/config.xml b/examples/ionic/config.xml index bf419e69..b454205d 100644 --- a/examples/ionic/config.xml +++ b/examples/ionic/config.xml @@ -1,69 +1,70 @@ - + - satellizer-ionic - + satellizer-ionic + An Ionic Framework and Cordova project. - + Ionic Framework Team - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/ionic/package.json b/examples/ionic/package.json index 6642fbd7..ab6178ae 100644 --- a/examples/ionic/package.json +++ b/examples/ionic/package.json @@ -13,11 +13,9 @@ "gulp-util": "^3.0.7", "shelljs": "^0.5.3" }, - "cordovaPlugins": [ - "cordova-plugin-inappbrowser" - ], "cordovaPlatforms": [ - "ios", - "android" - ] + "android", + "ios" + ], + "cordovaPlugins": [] }