mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-23 07:08:28 +00:00
Default to electron 1.8.6, dep bump electron-packager
This commit is contained in:
parent
0848143096
commit
e62b45b697
@ -46,7 +46,7 @@
|
|||||||
"babel-polyfill": "^6.26.0",
|
"babel-polyfill": "^6.26.0",
|
||||||
"cheerio": "^1.0.0-rc.2",
|
"cheerio": "^1.0.0-rc.2",
|
||||||
"commander": "^2.14.0",
|
"commander": "^2.14.0",
|
||||||
"electron-packager": "^11.1.0",
|
"electron-packager": "^12.0.1",
|
||||||
"gitcloud": "^0.1.0",
|
"gitcloud": "^0.1.0",
|
||||||
"hasbin": "^1.2.3",
|
"hasbin": "^1.2.3",
|
||||||
"lodash": "^4.17.5",
|
"lodash": "^4.17.5",
|
||||||
|
@ -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 = '1.8.4';
|
export const ELECTRON_VERSION = '1.8.6';
|
||||||
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');
|
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user