Make David badge green for "dependencies: none". Fix #413
This commit is contained in:
parent
a6563d2968
commit
ec63bc4760
|
@ -1652,6 +1652,8 @@ cache(function(data, match, sendBadge, request) {
|
|||
} else if (status === 'uptodate') {
|
||||
badgeData.colorscheme = 'brightgreen';
|
||||
status = 'up-to-date';
|
||||
} else if (status === 'none') {
|
||||
badgeData.colorscheme = 'brightgreen';
|
||||
}
|
||||
badgeData.text[1] = status;
|
||||
sendBadge(format, badgeData);
|
||||
|
|
Loading…
Reference in New Issue
Block a user