Skip to content

Commit 5304aed

Browse files
feat: update @electron/docs-parser to v1.0.0
1 parent 7e2faf8 commit 5304aed

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2929
From a [electron/electron](https://github.com/electron/electron/) repo:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
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"

0 commit comments

Comments
 (0)