From 58c7e55399591a6a487a9519624bf1e8ad6ca20f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 14 Mar 2020 09:25:29 -0400 Subject: Allow mp4 files in notification --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package.json') 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 -- cgit v1.2.3