Files
shields/lib/deprecated-services.js
T
chris48sandPaul Melnikow 7de10783fa Deprecate [magnumci bithound] (#1770)
* deprecate Magnum CI badge

* deprecate BitHound badges
2018-07-11 23:30:52 -04:00

18 lines
430 B
JavaScript

'use strict';
const deprecatedServices = {
'gittip': new Date('2017-12-29'),
'gratipay': new Date('2017-12-29'),
'gemnasium': new Date('2018-05-15'),
'snap': new Date('2018-01-23'),
'snap-ci': new Date('2018-01-23'),
'cauditor': new Date('2018-02-15'),
'dotnetstatus': new Date('2018-04-01'),
'magnumci': new Date('2018-07-08'),
'bithound': new Date('2018-07-08'),
};
module.exports = {
deprecatedServices
}