Revert electron version change

This commit is contained in:
L. E. Segovia 2018-11-16 12:33:32 +00:00
parent 14311cb29e
commit e99865da4b
No known key found for this signature in database
GPG Key ID: D5D1DC48B52B7AD5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4955,9 +4955,9 @@
"dev": true
},
"electron": {
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/electron/-/electron-3.0.9.tgz",
"integrity": "sha512-OoSoeUWo9PzbArgrwS1yTfTRSlpXmIgrFGWUuUZCjKAk4DGR70elHDNeRnnBJ9NTwXXZVifChcfx73Ah3GnlVQ==",
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/electron/-/electron-3.0.8.tgz",
"integrity": "sha512-UVj+K59lYU/vH/7TxrmDidPssFwGQZ6Ljuupugdr9h6ipMuhwgk3WRO+OlJ2TsyhKhJ6tp3AcJunuN4mprblhQ==",
"dev": true,
"requires": {
"@types/node": "^8.0.24",

View File

@ -152,7 +152,7 @@
"css-loader": "^0.28.11",
"del": "^3.0.0",
"devtron": "^1.4.0",
"electron": "^3.0.9",
"electron": "3.0.8",
"electron-builder": "^20.34.0",
"electron-debug": "^2.0.0",
"electron-devtools-installer": "^2.2.4",