Comparing version 5.9.1 to 5.9.2
@@ -197,3 +197,3 @@ /*global window*/ | ||
if (content && content.isMagicPen) { | ||
throw new Error("You can't print a magicpen instance with a text style") | ||
throw new Error("You can't print a magicpen instance with a text style"); | ||
} | ||
@@ -200,0 +200,0 @@ |
@@ -537,3 +537,3 @@ /*! | ||
if (content && content.isMagicPen) { | ||
throw new Error("You can't print a magicpen instance with a text style") | ||
throw new Error("You can't print a magicpen instance with a text style"); | ||
} | ||
@@ -540,0 +540,0 @@ |
{ | ||
"name": "magicpen", | ||
"version": "5.9.1", | ||
"version": "5.9.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
580581