File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ From a [electron/docs-parser](https://github.com/electron/docs-parser) repo (sin
23
23
``` sh
24
24
$ cd docs-parser
25
25
$ yarn install
26
- $ yarn build && node dist/bin.js --dir /path/to/electron-gn/src/electron
26
+ $ yarn build && node dist/bin.js --dir /path/to/electron-gn/src/electron --moduleVersion 1.2.3
27
27
```
28
28
29
29
From a [ electron/electron] ( https://github.com/electron/electron/ ) repo:
Original file line number Diff line number Diff line change 22
22
"license" : " MIT" ,
23
23
"devDependencies" : {
24
24
"@continuous-auth/semantic-release-npm" : " 2.0.0" ,
25
- "@electron/docs-parser" : " ^0.12 .0" ,
25
+ "@electron/docs-parser" : " ^1.0 .0" ,
26
26
"@types/debug" : " ^4.1.4" ,
27
27
"@types/fs-extra" : " ^5.0.5" ,
28
28
"@types/lodash" : " ^4.14.123" ,
Original file line number Diff line number Diff line change 48
48
read-pkg "^4.0.0"
49
49
registry-auth-token "^3.3.1"
50
50
51
- " @electron/docs-parser@^0.12 .0 " :
52
- version "0.12 .0"
53
- resolved "https://registry.yarnpkg.com/@electron/docs-parser/-/docs-parser-0.12. 0.tgz#a1ae37164bf93f9cabcb1d51f19146a0a7f07168 "
54
- integrity sha512-/z9XUi5z752tpNa+fC+STtGKKOT9lQ9PgU15MMSUtOHRVbNfoQfGoFQaiUKi5uqH+UnAwBZ+p8PHId30KtVxCA ==
51
+ " @electron/docs-parser@^1.0 .0 " :
52
+ version "1.0 .0"
53
+ resolved "https://registry.yarnpkg.com/@electron/docs-parser/-/docs-parser-1.0. 0.tgz#1844ed2e18528ea56aaef0ace1cfa0633a6fa1b1 "
54
+ integrity sha512-nIqEO8Ga6LavdaY2aJMPfq2vSOPVlgOvNv7jpiyaoqsAz5vYnWNUnxeCyaalCaDyFiKhVeHbKwP8Kt2TENwneg ==
55
55
dependencies :
56
56
" @types/markdown-it" " ^10.0.0"
57
57
chai "^4.2.0"
You can’t perform that action at this time.
0 commit comments