Skip to content

Commit d5d256d

Browse files
committed
docs: add @hudovisk as a contributor
1 parent 48e25fc commit d5d256d

File tree

4 files changed

+233
-10
lines changed

4 files changed

+233
-10
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": "react-optimize",
3+
"projectOwner": "hudovisk",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "angular",
12+
"contributors": [
13+
{
14+
"login": "hudovisk",
15+
"name": "Hudo Assenco",
16+
"avatar_url": "https://avatars2.githubusercontent.com/u/5161722?v=4",
17+
"profile": "https://github.com/hudovisk",
18+
"contributions": [
19+
"code",
20+
"doc"
21+
]
22+
}
23+
],
24+
"contributorsPerLine": 7
25+
}

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# react-optimize
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

36
[![Build Status](https://github.com/hudovisk/react-optimize/workflows/Build/badge.svg)](https://github.com/hudovisk/react-optimize/actions) [![Greenkeeper badge](https://badges.greenkeeper.io/hudovisk/react-optimize.svg)](https://greenkeeper.io/)
47

@@ -62,3 +65,22 @@ class App extends React.Component {
6265
}
6366
}
6467
```
68+
69+
## Contributors ✨
70+
71+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
72+
73+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
74+
<!-- prettier-ignore-start -->
75+
<!-- markdownlint-disable -->
76+
<table>
77+
<tr>
78+
<td align="center"><a href="https://github.com/hudovisk"><img src="https://avatars2.githubusercontent.com/u/5161722?v=4" width="100px;" alt=""/><br /><sub><b>Hudo Assenco</b></sub></a><br /><a href="https://github.com/hudovisk/react-optimize/commits?author=hudovisk" title="Code">💻</a> <a href="https://github.com/hudovisk/react-optimize/commits?author=hudovisk" title="Documentation">📖</a></td>
79+
</tr>
80+
</table>
81+
82+
<!-- markdownlint-enable -->
83+
<!-- prettier-ignore-end -->
84+
<!-- ALL-CONTRIBUTORS-LIST:END -->
85+
86+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@babel/register": "^7.4.0",
3030
"@commitlint/cli": "^8.2.0",
3131
"@commitlint/config-conventional": "^8.2.0",
32+
"all-contributors-cli": "^6.11.2",
3233
"babel-eslint": "^10.0.3",
3334
"babel-loader": "^8.0.4",
3435
"chai": "^4.2.0",

0 commit comments

Comments
 (0)