Skip to content

Commit 4888c57

Browse files
docs: add atlefren as a contributor (#209)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * Add atlefren to README Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Drew Powers <[email protected]>
1 parent dd39ea7 commit 4888c57

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

β€Ž.all-contributorsrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@
3838
"bug",
3939
"code"
4040
]
41+
},
42+
{
43+
"login": "atlefren",
44+
"name": "Atle Frenvik Sveen",
45+
"avatar_url": "https://avatars2.githubusercontent.com/u/1829927?v=4",
46+
"profile": "http://atlefren.net",
47+
"contributions": [
48+
"code",
49+
"doc",
50+
"ideas"
51+
]
4152
}
4253
],
4354
"contributorsPerLine": 7,

β€ŽREADME.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[![version
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4+
45
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
6+
57
<!-- ALL-CONTRIBUTORS-BADGE:END -->
68

79
(scoped)](https://img.shields.io/npm/v/@manifoldco/swagger-to-ts.svg)](https://www.npmjs.com/package/@manifoldco/swagger-to-ts)
@@ -123,6 +125,8 @@ const output = swaggerToTS(swagger, {
123125
});
124126
```
125127

128+
_Thanks to @atlefren for this feature!_
129+
126130
## Upgrading from v1 to v2
127131

128132
Some options were removed in swagger-to-ts v2 that will break apps using v1, but it does so in exchange for more control, more stability, and more resilient types.
@@ -260,11 +264,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
260264
<td align="center"><a href="https://pow.rs"><img src="https://avatars3.githubusercontent.com/u/1369770?v=4" width="100px;" alt=""/><br /><sub><b>Drew Powers</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/commits?author=dangodev" title="Code">πŸ’»</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=dangodev" title="Documentation">πŸ“–</a> <a href="#infra-dangodev" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=dangodev" title="Tests">⚠️</a></td>
261265
<td align="center"><a href="http://smyrdek.com"><img src="https://avatars1.githubusercontent.com/u/6187417?v=4" width="100px;" alt=""/><br /><sub><b>Przemek Smyrdek</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/commits?author=psmyrdek" title="Code">πŸ’»</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=psmyrdek" title="Documentation">πŸ“–</a> <a href="#ideas-psmyrdek" title="Ideas, Planning, & Feedback">πŸ€”</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=psmyrdek" title="Tests">⚠️</a></td>
262266
<td align="center"><a href="https://danielenman.com"><img src="https://avatars3.githubusercontent.com/u/432487?v=4" width="100px;" alt=""/><br /><sub><b>Dan Enman</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/issues?q=author%3Aenmand" title="Bug reports">πŸ›</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=enmand" title="Code">πŸ’»</a></td>
267+
<td align="center"><a href="http://atlefren.net"><img src="https://avatars2.githubusercontent.com/u/1829927?v=4" width="100px;" alt=""/><br /><sub><b>Atle Frenvik Sveen</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/commits?author=atlefren" title="Code">πŸ’»</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=atlefren" title="Documentation">πŸ“–</a> <a href="#ideas-atlefren" title="Ideas, Planning, & Feedback">πŸ€”</a></td>
263268
</tr>
264269
</table>
265270

266271
<!-- markdownlint-enable -->
267272
<!-- prettier-ignore-end -->
273+
268274
<!-- ALL-CONTRIBUTORS-LIST:END -->
269275

270276
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
Β (0)