diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 3cfc328c..b112ba6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version":"1.3.090", + "version": "1.3.090", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -59,10 +59,10 @@ "ANDROID_SUPPORT_V13_VERSION": "27.+", "FCM_VERSION": "17.0.+" }, - "cordova-plugin-media-pp-fork": {}, "cordova-plugin-ionic-webview": { "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" - } + }, + "cordova-plugin-media-pp-fork": {} } }, "dependencies": { @@ -153,7 +153,7 @@ "productName": "zmninja-pro", "compression": "normal", "asar": true, - "afterSign":"electron_js/notarize.js", + "afterSign": "electron_js/notarize.js", "directories": { "buildResources": "electron_js/icons" }, @@ -226,4 +226,4 @@ ] } } -} +}
\ No newline at end of file |
