diff --git a/lib/winston/config/npm-config.js b/lib/winston/config/npm-config.js index 12161a556..af9de3ed1 100644 --- a/lib/winston/config/npm-config.js +++ b/lib/winston/config/npm-config.js @@ -19,9 +19,9 @@ npmConfig.levels = { npmConfig.colors = { silly: 'magenta', - verbose: 'cyan', debug: 'blue', + verbose: 'cyan', info: 'green', warn: 'yellow', error: 'red' -}; \ No newline at end of file +};