forked from testing-library/react-hooks-testing-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
38 lines (38 loc) · 850 Bytes
/
.all-contributorsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"projectName": "react-hooks-testing-library",
"projectOwner": "mpeyper",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "mpeyper",
"name": "Michael Peyper",
"avatar_url": "https://avatars0.githubusercontent.com/u/23029903?v=4",
"profile": "https://github.com/mpeyper",
"contributions": [
"code",
"design",
"doc",
"ideas",
"infra",
"platform",
"test",
"tool"
]
},
{
"login": "otofu-square",
"name": "otofu-square",
"avatar_url": "https://avatars0.githubusercontent.com/u/10118235?v=4",
"profile": "https://github.com/otofu-square",
"contributions": [
"code"
]
}
]
}