Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit e2362c2

Browse files
committed
docs(readme): Fix badges and maintainers
1 parent 4e4dfad commit e2362c2

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[![npm][npm]][npm-url]
2-
[![node][node]][node-url]
32
[![deps][deps]][deps-url]
43
[![tests][tests]][tests-url]
54
[![coverage][cover]][cover-url]
@@ -112,24 +111,30 @@ Don't hesitate to create a pull request. Every contribution is appreciated. In d
112111
<tr>
113112
<td align="center">
114113
<img width="150" height="150"
115-
src="https://avatars.githubusercontent.com/sokra?v=3">
116-
<br />
117-
<a href="https://github.com/">Tobias Koppers</a>
114+
src="https://avatars3.githubusercontent.com/u/166921?v=3&s=150">
115+
</br>
116+
<a href="https://github.com/bebraw">Juho Vepsäläinen</a>
118117
</td>
119118
<td align="center">
120119
<img width="150" height="150"
121-
src="https://avatars.githubusercontent.com/SpaceK33z?v=3">
122-
<br />
123-
<a href="https://github.com/">Kees Kluskens</a>
120+
src="https://avatars2.githubusercontent.com/u/8420490?v=3&s=150">
121+
</br>
122+
<a href="https://github.com/d3viant0ne">Joshua Wiens</a>
124123
</td>
125124
<td align="center">
126125
<img width="150" height="150"
127-
src="https://avatars.githubusercontent.com/mobitar?v=3">
128-
<br />
129-
<a href="https://github.com/">Mo Bitar</a>
126+
src="https://avatars3.githubusercontent.com/u/533616?v=3&s=150">
127+
</br>
128+
<a href="https://github.com/SpaceK33z">Kees Kluskens</a>
129+
</td>
130+
<td align="center">
131+
<img width="150" height="150"
132+
src="https://avatars3.githubusercontent.com/u/3408176?v=3&s=150">
133+
</br>
134+
<a href="https://github.com/TheLarkInn">Sean Larkin</a>
130135
</td>
131136
</tr>
132-
</tbody>
137+
<tbody>
133138
</table>
134139

135140

@@ -140,9 +145,6 @@ MIT
140145
[npm]: https://img.shields.io/npm/v/file-loader.svg
141146
[npm-url]: https://npmjs.com/package/file-loader
142147

143-
[node]: https://img.shields.io/node/v/file-loader.svg
144-
[node-url]: https://nodejs.org
145-
146148
[deps]: https://david-dm.org/webpack-contrib/file-loader.svg
147149
[deps-url]: https://david-dm.org/webpack-contrib/file-loader
148150

0 commit comments

Comments
 (0)