Skip to content

Commit

Permalink
Merge pull request #16 from jeanlescure/all-contributors/add-jeanlescure
Browse files Browse the repository at this point in the history
docs: add jeanlescure as a contributor
  • Loading branch information
jeanlescure authored Apr 26, 2020
2 parents 02b9348 + 80e50d2 commit 26c3961
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"contributors": [],
"contributors": [
{
"login": "jeanlescure",
"name": "Jean Lescure",
"avatar_url": "https://avatars2.githubusercontent.com/u/3330339?v=4",
"profile": "http://jeanlescure.io",
"contributions": [
"maintenance",
"code",
"content",
"userTesting",
"test",
"example",
"doc",
"design"
]
}
],
"files": ["README.md"],
"commit": false,
"imageSize": 100,
Expand Down
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Short Unique ID (UUID) Generating Library
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

[![Try short-unique-id on RunKit](https://badge.runkitcdn.com/short-unique-id.svg)](https://npm.runkit.com/short-unique-id)
[![NPM Downloads](https://img.shields.io/npm/dt/short-unique-id.svg?maxAge=2592000)](https://npmjs.com/package/short-unique-id)
Expand Down Expand Up @@ -114,3 +117,22 @@ yarn dist:update
```

This will generate the `short-unique-id.min.js` file under the `./dist` directory.

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="http://jeanlescure.io"><img src="https://avatars2.githubusercontent.com/u/3330339?v=4" width="100px;" alt=""/><br /><sub><b>Jean Lescure</b></sub></a><br /><a href="#maintenance-jeanlescure" title="Maintenance">🚧</a> <a href="https://github.com/jeanlescure/short-unique-id/commits?author=jeanlescure" title="Code">💻</a> <a href="#content-jeanlescure" title="Content">🖋</a> <a href="#userTesting-jeanlescure" title="User Testing">📓</a> <a href="https://github.com/jeanlescure/short-unique-id/commits?author=jeanlescure" title="Tests">⚠️</a> <a href="#example-jeanlescure" title="Examples">💡</a> <a href="https://github.com/jeanlescure/short-unique-id/commits?author=jeanlescure" title="Documentation">📖</a> <a href="#design-jeanlescure" title="Design">🎨</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 26c3961

Please sign in to comment.