File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
# 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 -->
2
5
3
6
Want to run the source-map-explorer with Angular?
4
7
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
39
42
# License
40
43
[ MIT] ( https://github.com/ngx-builders/source-map-analyzer/blob/master/LICENSE )
41
44
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!
You can’t perform that action at this time.
0 commit comments