Update default electron version to v1.0.2

This commit is contained in:
Goh Jia Hao 2016-05-13 12:51:05 +08:00
parent 1f0d170021
commit 6fd275f063
3 changed files with 4 additions and 4 deletions

View File

@ -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"
},

View File

@ -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';

View File

@ -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