Bump default Electron to 2.0.8, upgrade dep

This commit is contained in:
Ronan Jouchet 2018-08-22 16:01:45 -04:00
parent 7aae5084d1
commit e228f0cff8
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
"del": "^3.0.0",
"eslint": "^5.2.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.6.0",
"gulp": "^3.9.1",

View File

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