Skip to content

Commit cbb6163

Browse files
Merge pull request #7 from ngx-builders/all-contributors/add-AnkitSharma-007
docs: add AnkitSharma-007 as a contributor
2 parents 976825d + 0009401 commit cbb6163

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-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": "AnkitSharma-007",
10+
"name": "Ankit",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/33789321?v=4",
12+
"profile": "https://ankitsharmablogs.com/",
13+
"contributions": [
14+
"doc"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "source-map-analyzer",
20+
"projectOwner": "ngx-builders",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Builder To Run Source Map Explorer
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
Want to run the source-map-explorer with Angular?
47
This builder does it for you with zero configuration.
@@ -39,3 +42,22 @@ This can be used when you are sure that you haven't changed anything and want to
3942
# License
4043
[MIT](https://github.com/ngx-builders/source-map-analyzer/blob/master/LICENSE)
4144

45+
46+
## Contributors ✨
47+
48+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
49+
50+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
51+
<!-- prettier-ignore-start -->
52+
<!-- markdownlint-disable -->
53+
<table>
54+
<tr>
55+
<td align="center"><a href="https://ankitsharmablogs.com/"><img src="https://avatars1.githubusercontent.com/u/33789321?v=4" width="100px;" alt=""/><br /><sub><b>Ankit</b></sub></a><br /><a href="https://github.com/ngx-builders/source-map-analyzer/commits?author=AnkitSharma-007" title="Documentation">📖</a></td>
56+
</tr>
57+
</table>
58+
59+
<!-- markdownlint-enable -->
60+
<!-- prettier-ignore-end -->
61+
<!-- ALL-CONTRIBUTORS-LIST:END -->
62+
63+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)