mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
Bump default Electron to 2.0.1 and deps:validator
This commit is contained in:
parent
039ad50fa6
commit
fe48684ee2
@ -58,7 +58,7 @@
|
|||||||
"shelljs": "^0.8.1",
|
"shelljs": "^0.8.1",
|
||||||
"source-map-support": "^0.5.3",
|
"source-map-support": "^0.5.3",
|
||||||
"tmp": "0.0.33",
|
"tmp": "0.0.33",
|
||||||
"validator": "^9.4.0"
|
"validator": "^10.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.26.0",
|
"babel-core": "^6.26.0",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import path from 'path';
|
import path from 'path';
|
||||||
|
|
||||||
export const DEFAULT_APP_NAME = 'APP';
|
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');
|
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');
|
||||||
|
Loading…
Reference in New Issue
Block a user