Skip to content

Commit

Permalink
Update electron to the latest version 🚀 (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and Gregor Herdmann committed Sep 26, 2017
1 parent db35a24 commit c3d54e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function showMainWindow() {
show: false,
webPreferences: {
backgroundThrottling: false,
nodeIntegration: true,
nodeIntegration: false,
preload: PRELOAD_JS,
webviewTag: true,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"css-loader": "0.28.7",
"electron": "1.6.13",
"electron": "1.7.8",
"electron-builder": "18.6.2",
"electron-mocha": "4.0.3",
"electron-packager": "9.0.0",
Expand Down

0 comments on commit c3d54e4

Please sign in to comment.