Bump default Electron to 2.0.1 and deps:validator

This commit is contained in:
Ronan Jouchet 2018-05-16 15:32:27 -04:00
parent 039ad50fa6
commit fe48684ee2
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
"shelljs": "^0.8.1",
"source-map-support": "^0.5.3",
"tmp": "0.0.33",
"validator": "^9.4.0"
"validator": "^10.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",

View File

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