deprecatedService: rename url to route for consistency; test on [versioneye] (#2938)

This commit is contained in:
Paul Melnikow
2019-02-05 21:37:00 -05:00
committed by GitHub
parent 023588bbc2
commit e083dd3ce5
20 changed files with 30 additions and 30 deletions

View File

@@ -5,7 +5,7 @@ const { deprecatedService } = require('..')
// bitHound integration - deprecated as of July 2018
module.exports = deprecatedService({
category: 'dependencies',
url: {
route: {
base: 'bithound',
format: '(?:code/|dependencies/|devDependencies/)?(?:.+?)',
},