Skip to content

Commit fa89186

Browse files
Merge pull request #7 from ngx-builders/all-contributors/add-Omkar0114
docs: add Omkar0114 as a contributor for code
2 parents 5833f79 + 45c8e80 commit fa89186

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "Omkar0114",
10+
"name": "Omkar kulkarni",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/88308267?v=4",
12+
"profile": "http://omkark.bio.link",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "ngx-pwa-offline",
20+
"projectOwner": "ngx-builders",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Angular PWA Offline
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
RxJS operator and other utils catching offline errors in Angular apps and PWA.
47

@@ -200,3 +203,23 @@ This module supports [Universal server-side rendering](https://github.com/angula
200203
## License
201204

202205
MIT
206+
207+
## Contributors ✨
208+
209+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
210+
211+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
212+
<!-- prettier-ignore-start -->
213+
<!-- markdownlint-disable -->
214+
<table>
215+
<tr>
216+
<td align="center"><a href="http://omkark.bio.link"><img src="https://avatars.githubusercontent.com/u/88308267?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Omkar kulkarni</b></sub></a><br /><a href="https://github.com/ngx-builders/ngx-pwa-offline/commits?author=Omkar0114" title="Code">💻</a></td>
217+
</tr>
218+
</table>
219+
220+
<!-- markdownlint-restore -->
221+
<!-- prettier-ignore-end -->
222+
223+
<!-- ALL-CONTRIBUTORS-LIST:END -->
224+
225+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)