Skip to content

Commit

Permalink
Merge pull request #23 from marcodejongh/master
Browse files Browse the repository at this point in the history
Upgraded Electron version
  • Loading branch information
sircharleswatson committed Aug 20, 2015
2 parents 4313abb + e10b564 commit beb82e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"devDependencies": {
"adm-zip": "^0.4.7",
"electron-rebuild": "^0.1.4",
"electron-rebuild": "^0.2.5",
"shelljs": "^0.4.0"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion script/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd(dir);
var nodeVersion = '0.10.36';
var npmVersion = '2.9.0'; // Only used on Windows.
var mongoVersion = '2.6.9';
var electronVersion = '0.25.1';
var electronVersion = '0.30.4';

var osName = '';
var machineType = '';
Expand Down

0 comments on commit beb82e1

Please sign in to comment.