Skip to content

Commit

Permalink
chore: Update electron to version 1.7.9 (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Herdmann authored Oct 19, 2017
1 parent f06bbea commit aeb3ab5
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 @@ -208,7 +208,7 @@ const 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 @@ -51,7 +51,7 @@
"electron-mocha": "4.0.3",
"electron-packager": "9.1.0",
"electron-winstaller": "2.5.2",
"electron": "1.6.15",
"electron": "1.7.9",
"eslint-plugin-react": "7.4.0",
"eslint": "4.9.0",
"grunt-contrib-clean": "1.1.0",
Expand Down

0 comments on commit aeb3ab5

Please sign in to comment.