Skip to content

Commit

Permalink
docs: update .all-contributorsrc [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
allcontributors[bot] authored Apr 26, 2020
1 parent 497f0af commit b9b1205
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,28 @@
"doc",
"design"
]
},
{
"login": "jeffturcotte",
"name": "Jeff Turcotte",
"avatar_url": "https://avatars0.githubusercontent.com/u/65089?v=4",
"profile": "https://twitter.com/jeffturcotte",
"contributions": [
"code"
]
}
],
"files": ["README.md"],
"files": [
"README.md"
],
"commit": false,
"imageSize": 100,
"contributorsPerLine": 5,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![<%= contributors.length %> Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-purple.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<div style=\"width: 130px;\"><a style=\"display: block; margin: 15px;\" href=\"<%= contributor.profile %>\"><svg xmlns=http://www.w3.org/2000/svg xmlns:xlink=http://www.w3.org/1999/xlink width=<%= options.imageSize %> height=<%= options.imageSize %>><defs><rect id=rect width=<%= options.imageSize %> height=<%= options.imageSize %> rx=50% /><clipPath id=clip><use xlink:href=#rect /></clipPath></defs><use xlink:href=#rect /><image xlink:href=\"<%= contributor.avatar_url %>\" width=<%= options.imageSize %> height=<%= options.imageSize %> clip-path=url(#clip) /></svg><br /><span style=\"display: block; font-size: 88%; font-weight: bold; color: #5E40B8;\"><b><%= contributor.name %></b></span></a><%= contributions %></div>",
"skipCi": "true",
"projectName": "costa-rica-iban",
"skipCi": true,
"projectName": "short-unique-id",
"projectOwner": "jeanlescure",
"repoType": "github",
"repoHost": "https://github.com"
Expand Down

0 comments on commit b9b1205

Please sign in to comment.