Add Github package.json dependency version badge (#2709)

Close #2259 which is mostly about a `package.json` dependency badge.
This commit is contained in:
Paul Melnikow
2019-01-12 17:37:10 -05:00
committed by GitHub
parent b985c7b180
commit ef18429420
8 changed files with 227 additions and 47 deletions

View File

@@ -40,5 +40,5 @@ t.create('Manifest invalid json response')
.get('/v/RedSparr0w/not-a-real-project.json')
.expectJSON({
name: 'version',
value: 'manifest.json missing or repo not found',
value: 'repo not found, branch not found, or manifest.json missing',
})