Skip to content

Commit a7eaecf

Browse files
Add @stephencookdev as a contributor
1 parent 3a51c04 commit a7eaecf

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.all-contributorsrc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"projectName": "speed-measure-webpack-plugin",
3+
"projectOwner": "stephencookdev",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "none",
12+
"contributors": [
13+
{
14+
"login": "stephencookdev",
15+
"name": "Stephen Cook",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/8496655?v=4",
17+
"profile": "https://stephencookdev.co.uk/",
18+
"contributions": [
19+
"code",
20+
"doc",
21+
"blog",
22+
"design",
23+
"question",
24+
"review"
25+
]
26+
}
27+
],
28+
"contributorsPerLine": 7
29+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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 -->
25
<img width="120" height="120" src="https://rawgit.com/stephencookdev/speed-measure-webpack-plugin/master/logo.svg" />
36
<h1>
47
Speed Measure Plugin
@@ -171,3 +174,23 @@ SMP follows [semver](https://semver.org/). If upgrading a major version, you can
171174
## License
172175

173176
[MIT](/LICENSE)
177+
178+
## Contributors ✨
179+
180+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
181+
182+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
183+
<!-- prettier-ignore-start -->
184+
<!-- markdownlint-disable -->
185+
<table>
186+
<tr>
187+
<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+
</tr>
189+
</table>
190+
191+
<!-- markdownlint-restore -->
192+
<!-- prettier-ignore-end -->
193+
194+
<!-- ALL-CONTRIBUTORS-LIST:END -->
195+
196+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)