Switch from electron-prebuilt to electron

This commit is contained in:
Jason Kurian
2016-08-23 04:25:51 -04:00
parent 092c207dce
commit 1f9adbd3cf
4 changed files with 4 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ var all = {
prune: true,
// The Electron version with which the app is built (without the leading 'v')
version: require('electron-prebuilt/package.json').version
version: require('electron/package.json').version
}
var darwin = {