mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
Update default electron version to v1.0.2
This commit is contained in:
parent
1f0d170021
commit
6fd275f063
@ -4,7 +4,7 @@
|
||||
"description": "Placeholder for the nativefier cli to override with a target url",
|
||||
"main": "lib/main.js",
|
||||
"dependencies": {
|
||||
"electron-window-state": "^2.0.0",
|
||||
"electron-window-state": "^3.0.3",
|
||||
"source-map-support": "^0.4.0",
|
||||
"wurl": "^2.1.0"
|
||||
},
|
||||
|
@ -14,7 +14,7 @@ import packageJson from './../../package.json';
|
||||
const {inferPlatform, inferArch} = inferOs;
|
||||
|
||||
const PLACEHOLDER_APP_DIR = path.join(__dirname, '../../', 'app');
|
||||
const ELECTRON_VERSION = '0.37.2';
|
||||
const ELECTRON_VERSION = '1.0.2';
|
||||
|
||||
const DEFAULT_APP_NAME = 'APP';
|
||||
|
||||
|
@ -2,8 +2,8 @@ var electronPublicApi = [
|
||||
'electron',
|
||||
// for modules which use deprecated api
|
||||
// modules are taken from https://github.com/atom/electron/tree/master/docs/api
|
||||
'app',
|
||||
'screen'
|
||||
// 'app',
|
||||
// 'screen'
|
||||
|
||||
// Uncomment as needed if some external module uses the deprecated api
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user