From 35e1a8e82164f52fb1e414b1829f1458c067bfe4 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 08:56:31 +0000 Subject: [PATCH] docs: create .all-contributorsrc --- .all-contributorsrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..b82240d5e --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,23 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "liyasthomas", + "name": "Liyas Thomas", + "avatar_url": "https://avatars1.githubusercontent.com/u/10395817?v=4", + "profile": "https://liyasthomas.web.app", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "postwoman", + "projectOwner": "liyasthomas", + "repoType": "github", + "repoHost": "https://github.com" +}