Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit e064c6c

Browse files
allcontributors[bot]andrewmcodes
authored andcommitted
docs: add julianrubisch as a contributor (#4)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci]
1 parent 395375e commit e064c6c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.all-contributorsrc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@
1818
"contributions": [
1919
"code"
2020
]
21+
},
22+
{
23+
"login": "julianrubisch",
24+
"name": "Julian Rubisch",
25+
"avatar_url": "https://avatars0.githubusercontent.com/u/4352208?v=4",
26+
"profile": "http://www.julianrubisch.at",
27+
"contributions": [
28+
"code"
29+
]
2130
}
2231
],
23-
"contributorsPerLine": 7
32+
"contributorsPerLine": 7,
33+
"skipCi": true
2434
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @codefund/react-api-hook
22
<!-- 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-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
> CodeFund.io API hook for React.js
@@ -46,6 +46,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
4646
<table>
4747
<tr>
4848
<td align="center"><a href="https://www.andrewmason.me/"><img src="https://avatars1.githubusercontent.com/u/18423853?v=4" width="100px;" alt=""/><br /><sub><b>Andrew Mason</b></sub></a><br /><a href="https://github.com/andrewmcodes/codefund-react-api-hook/commits?author=andrewmcodes" title="Code">💻</a></td>
49+
<td align="center"><a href="http://www.julianrubisch.at"><img src="https://avatars0.githubusercontent.com/u/4352208?v=4" width="100px;" alt=""/><br /><sub><b>Julian Rubisch</b></sub></a><br /><a href="https://github.com/andrewmcodes/codefund-react-api-hook/commits?author=julianrubisch" title="Code">💻</a></td>
4950
</tr>
5051
</table>
5152

0 commit comments

Comments
 (0)