Skip to content

Commit 9e96dfe

Browse files
author
Igor Živković
committed
add contributors
1 parent 01101d6 commit 9e96dfe

File tree

4 files changed

+36
-12
lines changed

4 files changed

+36
-12
lines changed

.all-contributorsrc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,8 @@
77
"README.md"
88
],
99
"imageSize": 100,
10-
"commit": true,
10+
"commit": false,
1111
"contributors": [
12-
{
13-
"login": "vitorarins",
14-
"name": "Vitor Arins",
15-
"avatar_url": "https://avatars3.githubusercontent.com/u/1065028?v=4",
16-
"profile": "https://github.com/vitorarins",
17-
"contributions": [
18-
"bug",
19-
"code"
20-
]
21-
},
2212
{
2313
"login": "igzivkov",
2414
"name": "Igor Živković",
@@ -28,6 +18,16 @@
2818
"code",
2919
"doc"
3020
]
21+
},
22+
{
23+
"login": "vitorarins",
24+
"name": "Vitor Arins",
25+
"avatar_url": "https://avatars3.githubusercontent.com/u/1065028?v=4",
26+
"profile": "https://github.com/vitorarins",
27+
"contributions": [
28+
"bug",
29+
"code"
30+
]
3131
}
3232
]
3333
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
2525

2626
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
2727
<!-- prettier-ignore -->
28-
| [<img src="https://avatars3.githubusercontent.com/u/1065028?v=4" width="100px;"/><br /><sub><b>Vitor Arins</b></sub>](https://github.com/vitorarins)<br />[🐛](https://github.com/igzivkov/tinyproxy_exporter/issues?q=author%3Avitorarins "Bug reports") [💻](https://github.com/igzivkov/tinyproxy_exporter/commits?author=vitorarins "Code") | [<img src="https://avatars1.githubusercontent.com/u/1630197?v=4" width="100px;"/><br /><sub><b>Igor Živković</b></sub>](https://github.com/igzivkov)<br />[💻](https://github.com/igzivkov/tinyproxy_exporter/commits?author=igzivkov "Code") [📖](https://github.com/igzivkov/tinyproxy_exporter/commits?author=igzivkov "Documentation") |
28+
| [<img src="https://avatars1.githubusercontent.com/u/1630197?v=4" width="100px;"/><br /><sub><b>Igor Živković</b></sub>](https://github.com/igzivkov)<br />[💻](https://github.com/igzivkov/tinyproxy_exporter/commits?author=igzivkov "Code") [📖](https://github.com/igzivkov/tinyproxy_exporter/commits?author=igzivkov "Documentation") | [<img src="https://avatars3.githubusercontent.com/u/1065028?v=4" width="100px;"/><br /><sub><b>Vitor Arins</b></sub>](https://github.com/vitorarins)<br />[🐛](https://github.com/igzivkov/tinyproxy_exporter/issues?q=author%3Avitorarins "Bug reports") [💻](https://github.com/igzivkov/tinyproxy_exporter/commits?author=vitorarins "Code") |
2929
| :---: | :---: |
3030
<!-- ALL-CONTRIBUTORS-LIST:END -->
3131

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "tinyproxy_exporter",
3+
"version": "1.0.2",
4+
"description": "A simple Prometheus exporter for Tinyproxy.",
5+
"main": "index.js",
6+
"scripts": {
7+
"contributors:add": "all-contributors add",
8+
"contributors:generate": "all-contributors generate"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/igzivkov/tinyproxy_exporter.git"
13+
},
14+
"author": "Igor Živković",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/igzivkov/tinyproxy_exporter/issues"
18+
},
19+
"homepage": "https://github.com/igzivkov/tinyproxy_exporter#readme",
20+
"dependencies": {
21+
"all-contributors-cli": "^5.0.0"
22+
}
23+
}

0 commit comments

Comments
 (0)