From 405d6bc7dad025899e0f3788b702dc6c0085214c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 12:05:12 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index c7c56dd..e1ea55a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # react-swipeable-list +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

Swipeable list component for React. @@ -40,3 +41,19 @@ yarn add sandstreamdev/react-swipeable-list ## License [MIT](LICENSE). + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +
marekrozmus
marekrozmus

💻 📖 ⚠️
+ + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From e88ee7f533c7834b424a52924d4f6db4cb6b1edc Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 12:05:12 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..fc61500 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "marekrozmus", + "name": "marekrozmus", + "avatar_url": "https://avatars3.githubusercontent.com/u/26272040?v=4", + "profile": "https://github.com/marekrozmus", + "contributions": [ + "code", + "doc", + "test" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "react-swipeable-list", + "projectOwner": "sandstreamdev", + "repoType": "github", + "repoHost": "https://github.com" +}