Comparing version 4.3.1 to 4.3.2
@@ -27,3 +27,3 @@ /*global window*/ | ||
if (typeof window !== 'undefined' && typeof window.navigator !== 'undefined') { | ||
if (window.mochaPhantomJS) { | ||
if (window.mochaPhantomJS || (window.__karma__ && window.__karma__.config.captureConsole)) { | ||
MagicPen.defaultFormat = 'ansi'; // colored console | ||
@@ -30,0 +30,0 @@ } else { |
@@ -333,3 +333,3 @@ /*! | ||
if (typeof window !== 'undefined' && typeof window.navigator !== 'undefined') { | ||
if (window.mochaPhantomJS) { | ||
if (window.mochaPhantomJS || (window.__karma__ && window.__karma__.config.captureConsole)) { | ||
MagicPen.defaultFormat = 'ansi'; // colored console | ||
@@ -336,0 +336,0 @@ } else { |
{ | ||
"name": "magicpen", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "Styled output in both consoles and browsers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/MagicPen.js", |
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
530484