Upgrade electron to v5.0.0

This commit is contained in:
Thomas Nordquist
2019-04-26 17:45:35 +02:00
parent 0f21f10c0d
commit 1f65a0f316
5 changed files with 26 additions and 479 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"build": "yarn rebuild && webpack --mode production",
"dev": "node_modules/.bin/webpack-dev-server --mode development --progress",
"rebuild": "cd node_modules/heapdump && node-gyp rebuild --target=4.1.4 --arch=x64 --dist-url=https://atom.io/download/electron; cd -"
"rebuild": "cd node_modules/heapdump && node-gyp rebuild --target=5.0.0 --arch=x64 --dist-url=https://atom.io/download/electron; cd -"
},
"author": "",
"license": "ISC",