Skip to content

Commit aa4c41e

Browse files
Add @scarletsky as a contributor
1 parent a7eaecf commit aa4c41e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"imageSize": 100,
1010
"commit": true,
1111
"commitConvention": "none",
12+
"badgeTemplate": "<a href=\"#contributors\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg\" /></a>",
1213
"contributors": [
1314
{
1415
"login": "stephencookdev",
@@ -23,6 +24,15 @@
2324
"question",
2425
"review"
2526
]
27+
},
28+
{
29+
"login": "scarletsky",
30+
"name": "scarletsky",
31+
"avatar_url": "https://avatars.githubusercontent.com/u/2386165?v=4",
32+
"profile": "https://scarletsky.github.io/",
33+
"contributions": [
34+
"code"
35+
]
2636
}
2737
],
2838
"contributorsPerLine": 7

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<div align="center">
2-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
52
<img width="120" height="120" src="https://rawgit.com/stephencookdev/speed-measure-webpack-plugin/master/logo.svg" />
63
<h1>
74
Speed Measure Plugin
@@ -12,6 +9,9 @@
129
<a href="https://npmjs.com/package/speed-measure-webpack-plugin"><img src="https://img.shields.io/npm/dw/speed-measure-webpack-plugin.svg" /></a>
1310
<a href="https://npmjs.com/package/speed-measure-webpack-plugin"><img src="https://img.shields.io/node/v/speed-measure-webpack-plugin.svg" /></a>
1411
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" /></a>
12+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
13+
<a href="#contributors"><img src="https://img.shields.io/badge/all_contributors-2-orange.svg" /></a>
14+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1515

1616
</div>
1717
<br>
@@ -185,6 +185,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
185185
<table>
186186
<tr>
187187
<td align="center"><a href="https://stephencookdev.co.uk/"><img src="https://avatars.githubusercontent.com/u/8496655?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Stephen Cook</b></sub></a><br /><a href="https://github.com/stephencookdev/speed-measure-webpack-plugin/commits?author=stephencookdev" title="Code">💻</a> <a href="https://github.com/stephencookdev/speed-measure-webpack-plugin/commits?author=stephencookdev" title="Documentation">📖</a> <a href="#blog-stephencookdev" title="Blogposts">📝</a> <a href="#design-stephencookdev" title="Design">🎨</a> <a href="#question-stephencookdev" title="Answering Questions">💬</a> <a href="https://github.com/stephencookdev/speed-measure-webpack-plugin/pulls?q=is%3Apr+reviewed-by%3Astephencookdev" title="Reviewed Pull Requests">👀</a></td>
188+
<td align="center"><a href="https://scarletsky.github.io/"><img src="https://avatars.githubusercontent.com/u/2386165?v=4?s=100" width="100px;" alt=""/><br /><sub><b>scarletsky</b></sub></a><br /><a href="https://github.com/stephencookdev/speed-measure-webpack-plugin/commits?author=scarletsky" title="Code">💻</a></td>
188189
</tr>
189190
</table>
190191

0 commit comments

Comments
 (0)