From 497f0aff56c78c08dc10566cefbdb0bb429b92ab Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2020 05:37:59 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07162bf..c336ee1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Short Unique ID (UUID) Generating Library -[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) +[![2 Contributors](https://img.shields.io/badge/all_contributors-2-purple.svg?style=flat-square)](#contributors) [![Try short-unique-id on RunKit](https://badge.runkitcdn.com/short-unique-id.svg)](https://npm.runkit.com/short-unique-id) @@ -127,7 +127,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - + +

Jean Lescure

🚧 💻 🖋 📓 ⚠️ 💡 📖 🎨

Jean Lescure
🚧 💻 🖋 📓 ⚠️ 💡 📖 🎨

Jeff Turcotte
💻
From b9b1205094004bd23accb6bddfc90af69aa32853 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2020 05:38:00 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4071f4c..1a36dfa 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -15,17 +15,28 @@ "doc", "design" ] + }, + { + "login": "jeffturcotte", + "name": "Jeff Turcotte", + "avatar_url": "https://avatars0.githubusercontent.com/u/65089?v=4", + "profile": "https://twitter.com/jeffturcotte", + "contributions": [ + "code" + ] } ], - "files": ["README.md"], + "files": [ + "README.md" + ], "commit": false, "imageSize": 100, "contributorsPerLine": 5, "contributorsSortAlphabetically": false, "badgeTemplate": "[![<%= contributors.length %> Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-purple.svg?style=flat-square)](#contributors)", "contributorTemplate": "
\"> height=<%= options.imageSize %>> height=<%= options.imageSize %> rx=50% />\" width=<%= options.imageSize %> height=<%= options.imageSize %> clip-path=url(#clip) />
<%= contributor.name %>
<%= contributions %>
", - "skipCi": "true", - "projectName": "costa-rica-iban", + "skipCi": true, + "projectName": "short-unique-id", "projectOwner": "jeanlescure", "repoType": "github", "repoHost": "https://github.com"