Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Fix bgRed
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jul 23, 2016
1 parent 5409dd0 commit 780db6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var lintPackages = Object.keys(pkg.dependencies).concat(
/* eslint-disable no-console */
var logger = {
error: function(msg) {
console.error(chalk.bgReg(msg));
console.error(chalk.bgRed(msg));
},
info: function(msg) {
console.log(chalk.blue(msg));
Expand Down

0 comments on commit 780db6f

Please sign in to comment.