From 69775c6c8397cd5619ba0733ca50649b3d0345e8 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 14:21:43 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 191dd5e..1eb4473 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,13 @@ npm run dev # or: npm run build + + + + + + +
Michael Tanzer
Michael Tanzer

🤔 💻
From 4747c66b14b3616abd6a7e1e4130a6d40866b374 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 14:21:44 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 1590e14..e88cad6 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -3,5 +3,21 @@ "projectOwner": "Niek", "repoType": "github", "commit": false, - "contributors": [] -} \ No newline at end of file + "contributors": [ + { + "login": "Michael-Tanzer", + "name": "Michael Tanzer", + "avatar_url": "https://avatars.githubusercontent.com/u/23483071?v=4", + "profile": "https://github.com/Michael-Tanzer", + "contributions": [ + "ideas", + "code" + ] + } + ], + "files": [ + "README.md" + ], + "commitConvention": "angular", + "contributorsPerLine": 7 +}