live-fns: change david-dm to green w/zero deps (#151)

pull/153/head
Steven 2018-09-10 22:13:25 -04:00 zatwierdzone przez Amio /
rodzic f55cfc4868
commit 88fb0c9289
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ const statusInfo = {
outofdate: ['out of date', 'orange'],
notsouptodate: ['up to date', 'yellow'],
uptodate: ['up to date', 'green'],
none: ['none', 'blue']
none: ['none', 'green']
}
module.exports = async (depType, user, repo, ...path) => {