1
Fork 0

fsharp(ygosim): chore: added myself as a contributor

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-12-15 02:17:42 +02:00 committed by prescientmoon
parent b329f35d36
commit 4b76c8f8b4
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
3 changed files with 22 additions and 5 deletions

View file

@ -9,9 +9,19 @@
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"contributors": [],
"contributors": [
{
"login": "Mateiadrielrafael",
"name": "Matei Adriel",
"avatar_url": "https://avatars0.githubusercontent.com/u/39400800?v=4",
"profile": "https://github.com/Mateiadrielrafael",
"contributions": [
"code",
"projectManagement"
]
}
],
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<%= avatarBlock %><br /><%= contributions %>",
"skipCi": "true"
}

View file

@ -1,7 +1,5 @@
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
# Ygosim
@ -15,6 +13,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/Mateiadrielrafael"><img src="https://avatars0.githubusercontent.com/u/39400800?v=4" width="100px;" alt=""/><br /><sub><b>Matei Adriel</b></sub></a><br /><a href="https://github.com/Mateiadrielrafael/ygosim/commits?author=Mateiadrielrafael" title="Code">💻</a> <a href="#projectManagement-Mateiadrielrafael" title="Project Management">📆</a></td>
</tr>
</table>
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

3
fsharp/ygosim/package-lock.json generated Normal file
View file

@ -0,0 +1,3 @@
{
"lockfileVersion": 1
}