Default to electron 1.8.6, dep bump electron-packager

This commit is contained in:
Ronan Jouchet 2018-05-01 18:56:23 -04:00
parent 0848143096
commit e62b45b697
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
"babel-polyfill": "^6.26.0",
"cheerio": "^1.0.0-rc.2",
"commander": "^2.14.0",
"electron-packager": "^11.1.0",
"electron-packager": "^12.0.1",
"gitcloud": "^0.1.0",
"hasbin": "^1.2.3",
"lodash": "^4.17.5",

View File

@ -1,5 +1,5 @@
import path from 'path';
export const DEFAULT_APP_NAME = 'APP';
export const ELECTRON_VERSION = '1.8.4';
export const ELECTRON_VERSION = '1.8.6';
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');