Skip to content

Commit fc1f9d7

Browse files
docs: create .all-contributorsrc
1 parent b2c5ab6 commit fc1f9d7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.all-contributorsrc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"projectName": "vue-DeviceDetector",
3+
"projectOwner": "dreambo8563",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": false,
11+
"contributors": [
12+
{
13+
"login": "dreambo8563",
14+
"name": "Vincent Guo",
15+
"avatar_url": "https://avatars2.githubusercontent.com/u/6948318?v=4",
16+
"profile": "https://dreambo8563.github.io/",
17+
"contributions": [
18+
"code",
19+
"doc",
20+
"infra"
21+
]
22+
}
23+
],
24+
"contributorsPerLine": 7
25+
}

0 commit comments

Comments
 (0)