diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json index bd33d56b..8d384ba5 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,16 @@ "cordovaPlatforms": [ {}, "ios", - "android" + "android", + { + "platform": "android", + "version": "", + "locator": "android" + }, + { + "platform": "ios", + "version": "", + "locator": "ios" + } ] } |
