Skip to content

Commit

Permalink
Fix electron version
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Nov 3, 2017
1 parent 826342c commit 2544d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ console.log(env.name);
To do so edit `package.json`:
```json
"devDependencies": {
"electron": "1.6.11"
"electron": "1.7.9"
}
```
*Side note:* [Electron authors recommend](http://electron.atom.io/docs/tutorial/electron-versioning/) to use fixed version here.
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-plugin-transform-object-rest-spread": "^6.26.0",
"chai": "^4.1.0",
"css-loader": "^0.28.7",
"electron": "^1.6.11",
"electron": "1.7.9",
"electron-builder": "^19.43.3",
"electron-mocha": "^4.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
Expand Down

0 comments on commit 2544d22

Please sign in to comment.