Use newer Electron

This commit is contained in:
Jessica Lord 2016-04-28 17:19:16 -07:00
parent b5a73e2e08
commit e1fba0fb55
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@
}, },
"homepage": "https://github.com/electron/electron-quick-start#readme", "homepage": "https://github.com/electron/electron-quick-start#readme",
"devDependencies": { "devDependencies": {
"electron-prebuilt": "^0.37.0" "electron-prebuilt": "^0.37.7"
} }
} }