diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2019-11-08 11:27:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-08 11:27:05 -0500 |
| commit | b749cce31e8bb7cd0fce52c1a08155a7cb0ffcb9 (patch) | |
| tree | 14fd72b4a49d124ee665a3624b5c01dfdfe6dbb0 /package.json | |
| parent | 140b1ef1a7b110178aebe17334353fa803d2ede7 (diff) | |
| parent | 1835c49416d8c7403f153792fbebd2987d88b201 (diff) | |
Merge pull request #858 from pliablepixels/faster_montage_loads
Faster montage loads & Timeline fixes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index 90e9bcf2..6649e40c 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version":"1.3.080", + "version": "1.3.080", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", "cordova": { "platforms": [ - "ios", - "android" + "android", + "ios" ], "plugins": { "cordova-plugin-android-permissions": {}, @@ -58,17 +58,17 @@ "cordova-plugin-photo-library": { "PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums" }, - "cordova-plugin-media-pp-fork": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" - } + }, + "cordova-plugin-media-pp-fork": {} } }, "dependencies": { "clivas": "^0.2.0", "cordova-android": "8.0.0", "cordova-custom-config": "^5.1.0", - "cordova-ios": "4.5.5", + "cordova-ios": "^5.0.1", "cordova-library-helper-pp-fork": "^1.0.1", "cordova-plugin-add-swift-support": "1.7.2", "cordova-plugin-advanced-http": "git+https://github.com/silkimen/cordova-plugin-advanced-http.git", @@ -191,4 +191,4 @@ ] } } -} +}
\ No newline at end of file |
