From b311ec1a2f47b9c74d0df64e8798dfe944a11303 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Fri, 12 Oct 2018 21:36:21 +1200 Subject: [PATCH] Electron 3 --- desktop/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index ba83030..dfac2de 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -19,7 +19,7 @@ "push": "npm run build ; npm run push_theme ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status" }, "devDependencies": { - "electron": "^1.8.8", + "electron": "^3.0.4", "electron-packager": "^12.1.1", "eslint": "^5.6.1", "eslint-config-standard": "^12.0.0", @@ -28,10 +28,10 @@ "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0" }, - "dependencies": { - - }, + "dependencies": {}, "standard": { - "globals": [ "DOTGRID" ] + "globals": [ + "DOTGRID" + ] } }