diff --git a/src/package.json b/src/package.json index c17af44f..8956fdf9 100644 --- a/src/package.json +++ b/src/package.json @@ -18,13 +18,15 @@ "artifactName": "${productName}-Setup-${version}.${ext}" }, "win": { - "target": [{ - "target": "nsis", - "arch": [ - "x64", - "ia32" - ] - }], + "target": [ + { + "target": "nsis", + "arch": [ + "x64", + "ia32" + ] + } + ], "icon": "build/icon.ico" }, "linux": { @@ -44,7 +46,8 @@ "background": "build/background.png", "icon": "build/icon.icns", "iconSize": 100, - "contents": [{ + "contents": [ + { "x": 380, "y": 280, "type": "link", @@ -67,11 +70,10 @@ "email": "amanharwara@gmail.com" }, "license": "GNU GPLv3", - "devDependencies": { - "electron": "^3.0.10" - }, + "devDependencies": {}, "dependencies": { + "electron": "^4.0.0-beta.9", "mousetrap": "^1.6.2", "node-fetch": "^2.2.0" } -} \ No newline at end of file +}