diff --git a/fsharp/ygosim/.all-contributorsrc b/fsharp/ygosim/.all-contributorsrc index 1ec9cd2..fc9a5c6 100644 --- a/fsharp/ygosim/.all-contributorsrc +++ b/fsharp/ygosim/.all-contributorsrc @@ -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 %>
<%= contributions %>", "skipCi": "true" } diff --git a/fsharp/ygosim/README.md b/fsharp/ygosim/README.md index 1ae3d7d..d8563d6 100644 --- a/fsharp/ygosim/README.md +++ b/fsharp/ygosim/README.md @@ -1,7 +1,5 @@ - -[![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) # Ygosim @@ -15,6 +13,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + + + + +

Matei Adriel

💻 📆
+ diff --git a/fsharp/ygosim/package-lock.json b/fsharp/ygosim/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/fsharp/ygosim/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +}