Files
shields/lib/deprecated-services.js
2018-12-02 11:26:10 -05:00

23 lines
599 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'),
versioneye: new Date('2018-08-20'),
issuestats: new Date('2018-09-01'),
libscore: new Date('2018-09-22'),
imagelayers: new Date('2018-11-18'),
dockbit: new Date('2017-12-31'),
}
module.exports = {
deprecatedServices,
}