Rewrite [GithubManifest] and [GithubPackageJson] badges (#2470)

Pave the way for #2259 and rewrite #1721 along the way.

Ref: #2320
This commit is contained in:
Paul Melnikow
2018-12-19 16:33:20 -05:00
committed by GitHub
parent 6d3798f26f
commit 382af10506
15 changed files with 566 additions and 212 deletions

View File

@@ -2,7 +2,7 @@
const Joi = require('joi')
const countBy = require('lodash.countby')
const GithubAuthService = require('./github-auth-service')
const { GithubAuthService } = require('./github-auth-service')
const { fetchIssue } = require('./github-common-fetch')
const { documentation, errorMessagesFor } = require('./github-helpers')