Comparing version 0.6.4 to 0.6.5
{ | ||
"name": "annotate", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"main": "./lib/annotate.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -16,3 +16,3 @@ (function(root, factory) { | ||
red: function(str) { | ||
return ['%c' + str, 'color: red']; | ||
return ['%c' + str, 'color: red; background: #333']; | ||
}, | ||
@@ -23,3 +23,3 @@ green: function(str) { | ||
yellow: function(str) { | ||
return ['%c' + str, 'color: yellow']; | ||
return ['%c' + str, 'color: yellow; background: #333']; | ||
} | ||
@@ -26,0 +26,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"author": "Juho Vepsalainen <bebraw@gmail.com>", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
@@ -8,0 +8,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12110