Skip to content

Commit b99ad03

Browse files
allcontributors[bot]bmullan91
authored andcommitted
docs: add helloguille as a contributor (#408)
* docs: update README.md * docs: update .all-contributorsrc
1 parent 5de13b1 commit b99ad03

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

β€Ž.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,15 @@
237237
"contributions": [
238238
"code"
239239
]
240+
},
241+
{
242+
"login": "helloguille",
243+
"name": "Guillermo Gonzalez ",
244+
"avatar_url": "https://avatars0.githubusercontent.com/u/17315?v=4",
245+
"profile": "http://www.netnotion.com",
246+
"contributions": [
247+
"code"
248+
]
240249
}
241250
],
242251
"contributorsPerLine": 7

β€ŽREADME.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Coverage Status](https://coveralls.io/repos/github/nearform/graphql-hooks/badge.svg?branch=master)](https://coveralls.io/github/nearform/graphql-hooks?branch=master)
66
[![bundlephobia](https://img.shields.io/bundlephobia/minzip/graphql-hooks.svg?style=flat&label=size)](https://bundlephobia.com/result?p=graphql-hooks)
77
[![npm](https://img.shields.io/npm/v/graphql-hooks.svg?color=brightgreen)](https://www.npmjs.com/package/graphql-hooks)
8-
[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors)
8+
[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors)
99
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
1010

1111
🎣 Minimal hooks-first GraphQL client.
@@ -749,6 +749,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
749749
<td align="center"><a href="http://fabien.cool"><img src="https://avatars1.githubusercontent.com/u/1702255?v=4" width="100px;" alt="fabienheureux"/><br /><sub><b>fabienheureux</b></sub></a><br /><a href="#review-fabienheureux" title="Reviewed Pull Requests">πŸ‘€</a></td>
750750
<td align="center"><a href="https://hughboylan.com"><img src="https://avatars2.githubusercontent.com/u/2158740?v=4" width="100px;" alt="Hugh Boylan"/><br /><sub><b>Hugh Boylan</b></sub></a><br /><a href="#review-hboylan" title="Reviewed Pull Requests">πŸ‘€</a></td>
751751
<td align="center"><a href="https://github.com/bmamouri"><img src="https://avatars2.githubusercontent.com/u/6419173?v=4" width="100px;" alt="Baqer Mamouri"/><br /><sub><b>Baqer Mamouri</b></sub></a><br /><a href="https://github.com/nearform/graphql-hooks/commits?author=bmamouri" title="Code">πŸ’»</a></td>
752+
<td align="center"><a href="http://www.netnotion.com"><img src="https://avatars0.githubusercontent.com/u/17315?v=4" width="100px;" alt="Guillermo Gonzalez "/><br /><sub><b>Guillermo Gonzalez </b></sub></a><br /><a href="https://github.com/nearform/graphql-hooks/commits?author=helloguille" title="Code">πŸ’»</a></td>
752753
</tr>
753754
</table>
754755

0 commit comments

Comments
Β (0)