diff options
author | Devine Lu Linvega <[email protected]> | 2018-12-15 11:38:01 +1200 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-12-15 11:38:01 +1200 |
commit | 47b9193c99fb6f71474237639f4951374ca7aed8 (patch) | |
tree | a1ea225dd761e981bc6b3b0786b494fb49550239 /desktop/package.json | |
parent | 933b5fe9e9d6e21d84b8c1cb14e5ab9879d23989 (diff) | |
download | Orca-47b9193c99fb6f71474237639f4951374ca7aed8.tar.gz Orca-47b9193c99fb6f71474237639f4951374ca7aed8.zip |
Updated Electron
Diffstat (limited to 'desktop/package.json')
-rw-r--r-- | desktop/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/package.json b/desktop/package.json index 3a57099..3a9f33b 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -19,7 +19,7 @@ "push": "npm run build ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status" }, "devDependencies": { - "electron": "^3.0.4", - "electron-packager": "^12.1.1" + "electron": "^3.0.12", + "electron-packager": "^12.2.0" } } |