Skip to content

Commit

Permalink
docs: add ocavue as a contributor (#208)
Browse files Browse the repository at this point in the history
* docs: update readme.md [skip ci]

* docs: update .all-contributorsrc [skip ci]
  • Loading branch information
allcontributors[bot] committed Feb 2, 2020
1 parent 3f989a4 commit 09974e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
"code",
"doc"
]
},
{
"login": "ocavue",
"name": "ocavue",
"avatar_url": "https://avatars2.githubusercontent.com/u/24715727?v=4",
"profile": "https://ocavue.github.io/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
1 change: 1 addition & 0 deletions examples/with-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# with-next

## 0.0.1

### Patch Changes

- Updated dependencies [416d65da]
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
<td align="center"><a href="https://github.com/aried3r"><img src="https://avatars1.githubusercontent.com/u/1301152?v=4" width="100px;" alt=""/><br /><sub><b>Anton Rieder</b></sub></a><br /><a href="https://github.com/ifiokjr/remirror/commits?author=aried3r" title="Documentation">πŸ“–</a></td>
<td align="center"><a href="https://aarongreenlee.com/"><img src="https://avatars0.githubusercontent.com/u/264508?v=4" width="100px;" alt=""/><br /><sub><b>Aaron Greenlee</b></sub></a><br /><a href="https://github.com/ifiokjr/remirror/commits?author=aarongreenlee" title="Documentation">πŸ“–</a> <a href="https://github.com/ifiokjr/remirror/commits?author=aarongreenlee" title="Code">πŸ’»</a></td>
<td align="center"><a href="http://yellowbrim.com"><img src="https://avatars2.githubusercontent.com/u/1542740?v=4" width="100px;" alt=""/><br /><sub><b>Charley Bodkin</b></sub></a><br /><a href="https://github.com/ifiokjr/remirror/commits?author=charlex" title="Code">πŸ’»</a> <a href="https://github.com/ifiokjr/remirror/commits?author=charlex" title="Documentation">πŸ“–</a></td>
<td align="center"><a href="https://ocavue.github.io/"><img src="https://avatars2.githubusercontent.com/u/24715727?v=4" width="100px;" alt=""/><br /><sub><b>ocavue</b></sub></a><br /><a href="https://github.com/ifiokjr/remirror/commits?author=ocavue" title="Code">πŸ’»</a></td>
</tr>
</table>

Expand Down

0 comments on commit 09974e9

Please sign in to comment.