2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2025-02-10 06:58:31 +00:00

Bump default electron to 3.0.3, deps (eslint-plugin-prettier)

This commit is contained in:
Ronan Jouchet 2018-10-06 22:13:39 -04:00
parent c974014465
commit 0f88a761de
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-prettier": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-sourcemaps": "^2.6.4",

View File

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