From fe48684ee2fbbe8ff0d739922c7bbebd52642bf0 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Wed, 16 May 2018 15:32:27 -0400 Subject: [PATCH] Bump default Electron to 2.0.1 and deps:validator --- package.json | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f55886..1f75d0a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/constants.js b/src/constants.js index 50592bd..04e42a0 100644 --- a/src/constants.js +++ b/src/constants.js @@ -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');