diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..d843473 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,69 @@ +{ + "projectName": "ts-debounce", + "projectOwner": "chodorowicz", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "none", + "contributors": [ + { + "login": "zacnomore", + "name": "Zac", + "avatar_url": "https://avatars3.githubusercontent.com/u/5839548?v=4", + "profile": "http://zacharysvoboda.com", + "contributions": [ + "code" + ] + }, + { + "login": "karol-majewski", + "name": "Karol Majewski", + "avatar_url": "https://avatars1.githubusercontent.com/u/20233319?v=4", + "profile": "https://github.com/karol-majewski", + "contributions": [ + "code" + ] + }, + { + "login": "Tuizi", + "name": "Fabien Rogeret", + "avatar_url": "https://avatars2.githubusercontent.com/u/2027148?v=4", + "profile": "https://github.com/Tuizi", + "contributions": [ + "code" + ] + }, + { + "login": "iheidari", + "name": "Iman", + "avatar_url": "https://avatars3.githubusercontent.com/u/1315090?v=4", + "profile": "https://github.com/iheidari", + "contributions": [ + "code" + ] + }, + { + "login": "juanmendes", + "name": "juanmendes", + "avatar_url": "https://avatars.githubusercontent.com/u/549331?v=4", + "profile": "https://github.com/juanmendes", + "contributions": [ + "ideas" + ] + }, + { + "login": "sanduluca", + "name": "sanduluca", + "avatar_url": "https://avatars.githubusercontent.com/u/56228534?v=4", + "profile": "https://github.com/sanduluca", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index 77d157b..4a2d765 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,10 @@ [![npm](https://img.shields.io/npm/v/ts-debounce.svg)](https://www.npmjs.com/package/ts-debounce) [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/ts-debounce.svg)](https://www.npmjs.com/package/ts-debounce) [![npm type definitions](https://img.shields.io/npm/types/ts-debounce.svg)](https://www.npmjs.com/package/ts-debounce) -[![David](https://img.shields.io/david/chodorowicz/ts-debounce.svg)](https://david-dm.org/chodorowicz/ts-debounce) -[![David](https://img.shields.io/david/peer/chodorowicz/ts-debounce.svg)](https://david-dm.org/chodorowicz/ts-debounce) -[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) @@ -88,3 +86,28 @@ This implementation is based upon following sources: - version 3 - Promise must be available in the global namespace - version 2 - TypeScript 3.3 - version 1 - TypeScript 2.0 + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + +
Zac 💻 |
+ Karol Majewski 💻 |
+ Fabien Rogeret 💻 |
+ Iman 💻 |
+ juanmendes 🤔 |
+ sanduluca 💻 |
+