Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Fix the electron version
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Mar 10, 2017
1 parent 49ace4e commit ac124c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ npm start
The version of Electron runtime your app is using is declared in `package.json`:
```json
"devDependencies": {
"electron": "1.6.1"
"electron": "1.6.2"
}
```
Side note: [Electron authors advise](http://electron.atom.io/docs/tutorial/electron-versioning/) to use fixed version here.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"chai": "^3.5.0",
"electron": "^1.6.1",
"electron": "1.6.2",
"electron-builder": "^14.5.2",
"electron-mocha": "^3.3.0",
"gulp": "^3.9.1",
Expand Down

0 comments on commit ac124c3

Please sign in to comment.