File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,6 @@ <h5 class="nav-category">
101
101
< main class ="content js-content "> </ main >
102
102
103
103
< script >
104
- require ( 'electron' ) . hideInternalModules ( ) ;
105
- process . throwDeprecation = true ;
106
104
require ( './assets/imports' )
107
105
require ( './assets/ex-links' )
108
106
require ( './assets/nav' )
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ const app = electron.app
8
8
9
9
const debug = / - - d e b u g / . test ( process . argv [ 2 ] )
10
10
11
- electron . hideInternalModules ( )
12
- process . throwDeprecation = true
13
-
14
11
var mainWindow = null
15
12
16
13
function initialize ( ) {
Original file line number Diff line number Diff line change 39
39
"chai" : " ^3.4.1" ,
40
40
"chai-as-promised" : " ^5.1.0" ,
41
41
"electron-packager" : " ^7.0.1" ,
42
- "electron-prebuilt" : " ^0.37.7 " ,
42
+ "electron-prebuilt" : " ~1.0.0 " ,
43
43
"electron-winstaller" : " ^2.2.0" ,
44
44
"mocha" : " ^2.3.4" ,
45
45
"request" : " ^2.70.0" ,
46
46
"rimraf" : " ^2.5.2" ,
47
47
"signcode" : " ^0.4.0" ,
48
- "spectron" : " ~2.37 .0" ,
48
+ "spectron" : " ~3.0 .0" ,
49
49
"standard" : " ^6.0.8"
50
50
},
51
51
"dependencies" : {
You can’t perform that action at this time.
0 commit comments