1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Upgrade electron to v4

This commit is contained in:
Junyoung Choi
2019-10-29 13:15:46 +09:00
committed by Junyoung Choi
parent 3ef485548a
commit 662ae73637
2 changed files with 11 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
"watch": "webpack-dev-server --hot"
},
"config": {
"electron-version": "3.0.8"
"electron-version": "4.2.12"
},
"repository": {
"type": "git",
@@ -147,7 +147,7 @@
"css-loader": "^0.19.0",
"devtron": "^1.1.0",
"dom-storage": "^2.0.2",
"electron": "3.0.8",
"electron": "4",
"electron-debug": "^2.2.0",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^12.2.0",