diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-06-30 11:55:39 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-06-30 11:55:39 -0400 |
| commit | 44a2a2905fc0e4e51c12540757b058fe4bab01ef (patch) | |
| tree | daf565426af590d8a8e26c821d1a9e85ac2a212d /package.json | |
| parent | 73aee14a9a7686ef909d2105afff56c8dc0a2b5f (diff) | |
#827 keep track of last time updated, don't close if <=300ms
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index cd49111d..68a6cd92 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zmninjapro", "description": "Home security mobile app for ZoneMinder", - "version":"1.3.063", + "version": "1.3.063", "displayName": "zmNinja", "author": "Pliable Pixels", "license": "custom see LICENSE.md", @@ -133,7 +133,7 @@ "build": { "artifactName": "${productName}-${version}-${os}-${arch}.${ext}", "appImage": { - "systemIntegration":"ask" + "systemIntegration": "ask" }, "appId": "com.pliablepixels.zmninjapro", "productName": "zmninjapro", @@ -192,4 +192,4 @@ ] } } -} +}
\ No newline at end of file |
