chore: update semver colors for "-dev" #78

pull/94/head
Amio 2018-08-08 23:24:59 +08:00
rodzic cdd7da07e4
commit 3376d0a019
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,7 +11,7 @@
*/
module.exports = function vc (version) {
if (version.match(/\b(alpha|beta|canary|rc)/i)) {
if (version.match(/\b(alpha|beta|canary|rc|dev)/i)) {
return 'cyan'
}