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

Commit b752f1e

Browse files
authored
Merge pull request #29 from ts-graphviz/all-contributors/add-ChristianMurphy
docs: add ChristianMurphy as a contributor for code, ideas, doc
2 parents d592190 + 0ecd750 commit b752f1e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.all-contributorsrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@
1616
"doc",
1717
"test"
1818
]
19+
},
20+
{
21+
"login": "ChristianMurphy",
22+
"name": "Christian Murphy",
23+
"avatar_url": "https://avatars.githubusercontent.com/u/3107513?v=4",
24+
"profile": "https://github.com/ChristianMurphy",
25+
"contributions": [
26+
"code",
27+
"ideas",
28+
"doc"
29+
]
1930
}
2031
],
2132
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
55
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
66
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
7-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
7+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg)](#contributors)
88
<!-- ALL-CONTRIBUTORS-BADGE:END -->
99

1010
# @ts-graphviz/parser
@@ -287,6 +287,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
287287
<table>
288288
<tr>
289289
<td align="center"><a href="http://blog.kamiazya.tech/"><img src="https://avatars.githubusercontent.com/u/35218186?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Yuki Yamazaki</b></sub></a><br /><a href="https://github.com/ts-graphviz/parser/commits?author=kamiazya" title="Code">💻</a> <a href="https://github.com/ts-graphviz/parser/commits?author=kamiazya" title="Documentation">📖</a> <a href="https://github.com/ts-graphviz/parser/commits?author=kamiazya" title="Tests">⚠️</a></td>
290+
<td align="center"><a href="https://github.com/ChristianMurphy"><img src="https://avatars.githubusercontent.com/u/3107513?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Christian Murphy</b></sub></a><br /><a href="https://github.com/ts-graphviz/parser/commits?author=ChristianMurphy" title="Code">💻</a> <a href="#ideas-ChristianMurphy" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/ts-graphviz/parser/commits?author=ChristianMurphy" title="Documentation">📖</a></td>
290291
</tr>
291292
</table>
292293

0 commit comments

Comments
 (0)