Comparing version 5.9.2 to 5.9.3
@@ -196,6 +196,2 @@ /*global window*/ | ||
if (content && content.isMagicPen) { | ||
throw new Error("You can't print a magicpen instance with a text style"); | ||
} | ||
content = String(content); | ||
@@ -202,0 +198,0 @@ if (content.indexOf('\n') !== -1) { |
@@ -536,6 +536,2 @@ /*! | ||
if (content && content.isMagicPen) { | ||
throw new Error("You can't print a magicpen instance with a text style"); | ||
} | ||
content = String(content); | ||
@@ -542,0 +538,0 @@ if (content.indexOf('\n') !== -1) { |
{ | ||
"name": "magicpen", | ||
"version": "5.9.2", | ||
"version": "5.9.3", | ||
"description": "Styled output in both consoles and browsers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/MagicPen.js", |
Sorry, the diff of this file is too big to display
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
579760
4327