Split up [github] testers (#2560)

- Update github contributors badge for `create-service-tester`.
This commit is contained in:
Paul Melnikow
2018-12-19 17:20:15 -05:00
committed by GitHub
parent 382af10506
commit 4e5e3c8aee
21 changed files with 989 additions and 898 deletions

View File

@@ -24,7 +24,7 @@ module.exports = class GithubContributors extends LegacyService {
static get route() {
return {
base: 'github',
base: 'github/contributors',
}
}
@@ -32,7 +32,7 @@ module.exports = class GithubContributors extends LegacyService {
return [
{
title: 'GitHub contributors',
pattern: 'contributors/:user/:repo',
pattern: ':user/:repo',
namedParams: {
user: 'cdnjs',
repo: 'cdnjs',
@@ -42,7 +42,6 @@ module.exports = class GithubContributors extends LegacyService {
message: '397',
color: 'blue',
},
keywords: ['GitHub', 'contributor'],
documentation,
},
]