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
2323``` sh
2424$ cd docs-parser
2525$ 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
2727```
2828
2929From a [ electron/electron] ( https://github.com/electron/electron/ ) repo:
Original file line number Diff line number Diff line change 2222 "license" : " MIT" ,
2323 "devDependencies" : {
2424 "@continuous-auth/semantic-release-npm" : " 2.0.0" ,
25- "@electron/docs-parser" : " ^0.12 .0" ,
25+ "@electron/docs-parser" : " ^1.0 .0" ,
2626 "@types/debug" : " ^4.1.4" ,
2727 "@types/fs-extra" : " ^5.0.5" ,
2828 "@types/lodash" : " ^4.14.123" ,
Original file line number Diff line number Diff line change 4848 read-pkg "^4.0.0"
4949 registry-auth-token "^3.3.1"
5050
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 ==
5555 dependencies :
5656 " @types/markdown-it" " ^10.0.0"
5757 chai "^4.2.0"
You can’t perform that action at this time.
0 commit comments