Skip to content

Commit c0d6dea

Browse files
docs: add IanGrainger as a contributor (#9)
1 parent 5db8663 commit c0d6dea

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "IanGrainger",
10+
"name": "IanGrainger",
11+
"avatar_url": "https://avatars0.githubusercontent.com/u/559336?v=4",
12+
"profile": "https://github.com/IanGrainger",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "jasmine-dom",
20+
"projectOwner": "testing-library",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 15 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
<h1>jasmine-dom</h1>
36

47
<a href="https://www.joypixels.com/profiles/emoji/sloth/_/5.0">
@@ -963,6 +966,18 @@ For extending Jasmine's matchers outside the realm of DOM testing, [Jasmine-Matc
963966
## Contributors
964967

965968
Thanks goes to these people ([emoji key][emojis])
969+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
970+
<!-- prettier-ignore-start -->
971+
<!-- markdownlint-disable -->
972+
<table>
973+
<tr>
974+
<td align="center"><a href="https://github.com/IanGrainger"><img src="https://avatars0.githubusercontent.com/u/559336?v=4" width="100px;" alt=""/><br /><sub><b>IanGrainger</b></sub></a><br /><a href="https://github.com/testing-library/jasmine-dom/commits?author=IanGrainger" title="Code">💻</a></td>
975+
</tr>
976+
</table>
977+
978+
<!-- markdownlint-enable -->
979+
<!-- prettier-ignore-end -->
980+
<!-- ALL-CONTRIBUTORS-LIST:END -->
966981

967982
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
968983
<!-- prettier-ignore-start -->

0 commit comments

Comments
 (0)