Skip to content

Commit d302141

Browse files
author
fabianmoronzirfas
committed
Add @vogelino as a contributor
1 parent 2a122dd commit d302141

File tree

2 files changed

+13
-24
lines changed

2 files changed

+13
-24
lines changed

.all-contributorsrc

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,17 @@
66
"files": [
77
"README.md"
88
],
9-
"imageSize": 128,
9+
"imageSize": 50,
1010
"commit": true,
1111
"contributors": [
1212
{
13-
"login": "jfmengels",
14-
"name": "Jeroen Engels",
15-
"avatar_url": "https://avatars1.githubusercontent.com/u/3869412?v=4",
16-
"profile": "https://github.com/jfmengels",
13+
"login": "vogelino",
14+
"name": "Lucas Vogel",
15+
"avatar_url": "https://avatars0.githubusercontent.com/u/2759340?v=4",
16+
"profile": "http://www.vogelino.com",
1717
"contributions": [
18-
"doc"
19-
]
20-
},
21-
{
22-
"login": "GitBruno",
23-
"name": "Bruno Herfst",
24-
"avatar_url": "https://avatars2.githubusercontent.com/u/1421477?v=4",
25-
"profile": "http://brunoherfst.com",
26-
"contributions": [
27-
"question",
2818
"code",
29-
"design",
30-
"doc",
31-
"example",
32-
"ideas",
33-
"infra",
34-
"tool"
19+
"design"
3520
]
3621
}
3722
]

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Extendscriptr
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23

3-
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors)
45
[![npm version](https://badge.fury.io/js/extendscriptr.svg)](https://badge.fury.io/js/extendscriptr) [![Join the chat at https://gitter.im/vogelino/extendscriptr](https://badges.gitter.im/vogelino/extendscriptr.svg)](https://gitter.im/vogelino/extendscriptr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![travis](https://travis-ci.org/ExtendScript/extendscriptr.svg)](https://travis-ci.org/ExtendScript/extendscriptr)
56

67
Extendscriptr is NPM CLI module that allows you to benefit of many modern javascript features of es5 and es6 in a es3 extendscript environment.
@@ -51,12 +52,15 @@ WTFPL - Do whatever the fuck you want
5152

5253
## Contributors
5354

55+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
56+
<!-- prettier-ignore -->
57+
| [<img src="https://avatars0.githubusercontent.com/u/2759340?v=4" width="50px;"/><br /><sub><b>Lucas Vogel</b></sub>](http://www.vogelino.com)<br />[💻](https://github.com/ExtendScript/extendscriptr/commits?author=vogelino "Code") [🎨](#design-vogelino "Design") |
58+
| :---: |
59+
<!-- ALL-CONTRIBUTORS-LIST:END -->
5460
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
5561

5662
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
5763
<!-- prettier-ignore -->
58-
| [<img src="https://avatars1.githubusercontent.com/u/3869412?v=4" width="128px;"/><br /><sub><b>Jeroen Engels</b></sub>](https://github.com/jfmengels)<br />[📖](https://github.com/ExtendScript/extendscriptr/commits?author=jfmengels "Documentation") | [<img src="https://avatars2.githubusercontent.com/u/1421477?v=4" width="128px;"/><br /><sub><b>Bruno Herfst</b></sub>](http://brunoherfst.com)<br />[💬](#question-GitBruno "Answering Questions") [💻](https://github.com/ExtendScript/extendscriptr/commits?author=GitBruno "Code") [🎨](#design-GitBruno "Design") [📖](https://github.com/ExtendScript/extendscriptr/commits?author=GitBruno "Documentation") [💡](#example-GitBruno "Examples") [🤔](#ideas-GitBruno "Ideas, Planning, & Feedback") [🚇](#infra-GitBruno "Infrastructure (Hosting, Build-Tools, etc)") [🔧](#tool-GitBruno "Tools") |
59-
| :---: | :---: |
6064
<!-- ALL-CONTRIBUTORS-LIST:END -->
6165

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

0 commit comments

Comments
 (0)