Skip to content

Commit 9e8fab8

Browse files
committed
Remove dead github accounts from contributors listings
1 parent ebede53 commit 9e8fab8

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lint:markdown": "markdownlint --config ./.markdownlint.json *.md ./src/content/**/*.md --ignore './src/content/**/_*.md'",
3838
"lint:social": "alex . -q",
3939
"lint:prose": "cp .proselintrc ~/ && proselint src/content",
40-
"linkcheck": "hyperlink -r dist/index.html --canonicalroot https://webpack.js.org/ --skip support__ --skip sidecar.gitter.im --skip vimdoc.sourceforge.net --skip img.shields.io --skip npmjs.com/package/ --skip github.com/jecoopr --skip github.com/aiduryagin --skip github.com/renjithvk --todo external-redirect | tee master.tap | tap-spot",
40+
"linkcheck": "hyperlink -r dist/index.html --canonicalroot https://webpack.js.org/ --skip support__ --skip sidecar.gitter.im --skip vimdoc.sourceforge.net --skip img.shields.io --skip npmjs.com/package/ --todo external-redirect | tee master.tap | tap-spot",
4141
"sitemap": "cd dist && sitemap-static --prefix=https://webpack.js.org/ > sitemap.xml",
4242
"serve": "npm run build && sirv start ./dist --port 4000",
4343
"deploy": "gh-pages -d dist"

src/content/configuration/stats.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ contributors:
88
- ldrick
99
- jasonblanchard
1010
- byzyk
11-
- renjithvk
1211
---
1312

1413
The `stats` option lets you precisely control what bundle information gets displayed. This can be a nice middle ground if you don't want to use `quiet` or `noInfo` because you want some bundle information, but not all of it.

src/content/guides/getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ contributors:
99
- johnstew
1010
- simon04
1111
- aaronang
12-
- jecoopr
1312
- TheDutchCoder
1413
- sudarsangp
1514
- Vanguard90

src/content/guides/hot-module-replacement.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ contributors:
55
- jmreidy
66
- jhnns
77
- sararubin
8-
- aiduryagin
98
- rohannair
109
- joshsantos
1110
- drpicox

0 commit comments

Comments
 (0)