Skip to content

Commit 406507d

Browse files
Merge pull request #4 from julianrubisch/all-contributors/add-julianrubisch
docs: add julianrubisch as a contributor
2 parents 4f43197 + 10b4791 commit 406507d

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": "julianrubisch",
10+
"name": "Julian Rubisch",
11+
"avatar_url": "https://avatars0.githubusercontent.com/u/4352208?v=4",
12+
"profile": "http://www.julianrubisch.at",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "express-asset-file-cache-middleware",
20+
"projectOwner": "julianrubisch",
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
# express-asset-file-cache-middleware
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
![Build Status](https://github.com/julianrubisch/express-asset-file-cache-middleware/workflows/Node%20CI/badge.svg)
47

@@ -115,3 +118,22 @@ $ npm test
115118
The MIT License (MIT)
116119

117120
Copyright (c) 2019 Julian Rubisch
121+
122+
## Contributors ✨
123+
124+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
125+
126+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
127+
<!-- prettier-ignore-start -->
128+
<!-- markdownlint-disable -->
129+
<table>
130+
<tr>
131+
<td align="center"><a href="http://www.julianrubisch.at"><img src="https://avatars0.githubusercontent.com/u/4352208?v=4" width="100px;" alt=""/><br /><sub><b>Julian Rubisch</b></sub></a><br /><a href="https://github.com/julianrubisch/express-asset-file-cache-middleware/commits?author=julianrubisch" title="Code">💻</a></td>
132+
</tr>
133+
</table>
134+
135+
<!-- markdownlint-enable -->
136+
<!-- prettier-ignore-end -->
137+
<!-- ALL-CONTRIBUTORS-LIST:END -->
138+
139+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)