Skip to content

Commit

Permalink
fix(ios) : cordova platform add failing fix
Browse files Browse the repository at this point in the history
Remove ios 0.0.1 from package.json to allow latest platform installation
  • Loading branch information
hiteshjain29 committed Jun 21, 2019
1 parent 6fe4b81 commit 0d94c09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UsabillaSampleApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"cordova-plugin-add-swift-support": "^1.7.2",
"cordova-plugin-android-fragmentactivity": "^0.0.7",
"cordova-plugin-cocoapod-support": "^1.3.0",
"cordova-plugin-whitelist": "^1.3.3",
"ios": "0.0.1"
"cordova-plugin-whitelist": "^1.3.3"
},
"cordova": {
"plugins": {
Expand Down

0 comments on commit 0d94c09

Please sign in to comment.