We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4874bdd commit 00f44b3Copy full SHA for 00f44b3
package.json
@@ -29,11 +29,11 @@
29
}
30
},
31
"dependencies": {
32
- "@types/node": "^7.0.5",
+ "@types/node": "^7.0.18",
33
"colors": "^1.1.2",
34
"debug": "^2.6.3",
35
"electron-docs": "^2.0.0",
36
- "electron-docs-linter": "^2.3.0",
+ "electron-docs-linter": "^2.3.3",
37
"lodash": "^4.16.1",
38
"mkdirp": "^0.5.1",
39
"rimraf": "^2.5.4",
vendor/fetch-docs.js
@@ -7,7 +7,7 @@ const mkdirp = require('mkdirp').sync
7
const os = require('os')
8
9
const downloadPath = path.join(os.tmpdir(), 'electron-api-tmp')
10
-const ELECTRON_COMMIT = '6ca7787f13ec06d092aba241588b8151db7266ec'
+const ELECTRON_COMMIT = 'a6e11d3b63cb7ca3b3661b6a56a853358b1ab734'
11
12
rm(downloadPath)
13
0 commit comments