2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-12-23 02:28:55 +00:00

Bump default Electron to 3.1.3

This commit is contained in:
Ronan Jouchet 2019-02-09 21:46:15 -05:00
parent 5b6cc89f22
commit 726f44d266
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": "^3.0.1",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^3.0.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 = '3.0.13';
export const ELECTRON_VERSION = '3.1.3';
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');