From 45d9f8ea2910d7629e21f70e95ff1a820ebe4ad9 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 10 Jul 2022 18:46:00 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index d451b7e..cdd2512 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Async local storage for Angular + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + Efficient client-side storage module for Angular: - **simplicity**: simple API like native `localStorage`, @@ -223,3 +226,23 @@ see the [interoperability documentation](https://github.com/ngx-builders/angular ## License MIT + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Omkar kulkarni

💻
+ + + + + + +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 eefe5fae4e2c1ddfd427f282d2f86c4e9a548cea Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 10 Jul 2022 18:46:01 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..d852b64 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "Omkar0114", + "name": "Omkar kulkarni", + "avatar_url": "https://avatars.githubusercontent.com/u/88308267?v=4", + "profile": "http://omkark.bio.link", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "angular-async-local-storage", + "projectOwner": "ngx-builders", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}