Skip to content

Commit 95f03b1

Browse files
authored
fix: contributors info in README (#132)
1 parent 6471204 commit 95f03b1

File tree

4 files changed

+1156
-172
lines changed

4 files changed

+1156
-172
lines changed

.all-contributorsrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
],
55
"imageSize": 100,
66
"commit": false,
7+
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)](#contributors)",
78
"contributors": [
89
{
910
"login": "js2me",

README.md

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# swagger-typescript-api
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 -->
52

6-
[![Greenkeeper badge](https://badges.greenkeeper.io/acacode/swagger-typescript-api.svg)](https://greenkeeper.io/)
7-
[![NPM badge](https://img.shields.io/npm/v/swagger-typescript-api.svg)](https://www.npmjs.com/package/swagger-typescript-api)
8-
[![Build Status](https://travis-ci.org/acacode/swagger-typescript-api.svg?branch=master)](https://travis-ci.org/acacode/swagger-typescript-api)
3+
[![Greenkeeper badge](https://badges.greenkeeper.io/acacode/swagger-typescript-api.svg)](https://greenkeeper.io/)
4+
[![NPM badge](https://img.shields.io/npm/v/swagger-typescript-api.svg)](https://www.npmjs.com/package/swagger-typescript-api)
5+
[![Build Status](https://travis-ci.org/acacode/swagger-typescript-api.svg?branch=master)](https://travis-ci.org/acacode/swagger-typescript-api) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
6+
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg)](#contributors)
7+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
98

109
<img src="https://raw.githubusercontent.com/acacode/swagger-typescript-api/master/assets/swagger-typescript-api-logo.png" align="left"
1110
title="swagger-typescript-api logo by js2me" width="93" height="180">
@@ -191,8 +190,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
191190
<td align="center"><a href="https://github.com/kel666"><img src="https://avatars1.githubusercontent.com/u/2040661?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Fabio</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/issues?q=author%3Akel666" title="Bug reports">🐛</a> <a href="https://github.com/acacode/swagger-typescript-api/commits?author=kel666" title="Code">💻</a></td>
192191
</tr>
193192
</table>
193+
194194
<!-- markdownlint-restore -->
195195
<!-- prettier-ignore-end -->
196+
196197
<!-- ALL-CONTRIBUTORS-LIST:END -->
197198

198199
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
@@ -208,23 +209,3 @@ This project follows the [all-contributors](https://github.com/all-contributors/
208209

209210
## 📝 License
210211
Licensed under the [MIT License](https://github.com/acacode/swagger-typescript-api/blob/master/LICENSE).
211-
212-
## Contributors ✨
213-
214-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
215-
216-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
217-
<!-- prettier-ignore-start -->
218-
<!-- markdownlint-disable -->
219-
<table>
220-
<tr>
221-
<td align="center"><a href="https://github.com/kel666"><img src="https://avatars1.githubusercontent.com/u/2040661?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Fabio</b></sub></a><br /><a href="https://github.com/acacode/swagger-typescript-api/issues?q=author%3Akel666" title="Bug reports">🐛</a> <a href="https://github.com/acacode/swagger-typescript-api/commits?author=kel666" title="Code">💻</a></td>
222-
</tr>
223-
</table>
224-
225-
<!-- markdownlint-restore -->
226-
<!-- prettier-ignore-end -->
227-
228-
<!-- ALL-CONTRIBUTORS-LIST:END -->
229-
230-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)