Skip to content

Commit 00f44b3

Browse files
committed
Update to latest master of electron/electron
1 parent 4874bdd commit 00f44b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
}
3030
},
3131
"dependencies": {
32-
"@types/node": "^7.0.5",
32+
"@types/node": "^7.0.18",
3333
"colors": "^1.1.2",
3434
"debug": "^2.6.3",
3535
"electron-docs": "^2.0.0",
36-
"electron-docs-linter": "^2.3.0",
36+
"electron-docs-linter": "^2.3.3",
3737
"lodash": "^4.16.1",
3838
"mkdirp": "^0.5.1",
3939
"rimraf": "^2.5.4",

vendor/fetch-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const mkdirp = require('mkdirp').sync
77
const os = require('os')
88

99
const downloadPath = path.join(os.tmpdir(), 'electron-api-tmp')
10-
const ELECTRON_COMMIT = '6ca7787f13ec06d092aba241588b8151db7266ec'
10+
const ELECTRON_COMMIT = 'a6e11d3b63cb7ca3b3661b6a56a853358b1ab734'
1111

1212
rm(downloadPath)
1313

0 commit comments

Comments
 (0)