File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
}
30
30
},
31
31
"dependencies" : {
32
- "@types/node" : " ^7.0.5 " ,
32
+ "@types/node" : " ^7.0.18 " ,
33
33
"colors" : " ^1.1.2" ,
34
34
"debug" : " ^2.6.3" ,
35
35
"electron-docs" : " ^2.0.0" ,
36
- "electron-docs-linter" : " ^2.3.0 " ,
36
+ "electron-docs-linter" : " ^2.3.3 " ,
37
37
"lodash" : " ^4.16.1" ,
38
38
"mkdirp" : " ^0.5.1" ,
39
39
"rimraf" : " ^2.5.4" ,
Original file line number Diff line number Diff line change @@ -829,7 +829,7 @@ app.on("ready", () => {
829
829
} ) ;
830
830
831
831
protocol . registerBufferProtocol ( "atom" , ( request , callback ) => {
832
- callback ( { mimeType : "text/html" , buffer : new Buffer ( "<h5>Response</h5>" ) } ) ;
832
+ callback ( { mimeType : "text/html" , data : new Buffer ( "<h5>Response</h5>" ) } ) ;
833
833
} ) ;
834
834
835
835
protocol . registerStringProtocol ( "atom" , ( request , callback ) => {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const mkdirp = require('mkdirp').sync
7
7
const os = require ( 'os' )
8
8
9
9
const downloadPath = path . join ( os . tmpdir ( ) , 'electron-api-tmp' )
10
- const ELECTRON_COMMIT = '6ca7787f13ec06d092aba241588b8151db7266ec '
10
+ const ELECTRON_COMMIT = 'a6e11d3b63cb7ca3b3661b6a56a853358b1ab734 '
11
11
12
12
rm ( downloadPath )
13
13
You can’t perform that action at this time.
0 commit comments