Comparing version 4.9.0 to 4.10.0
@@ -439,3 +439,3 @@ /*global window*/ | ||
clonedPen.output = [[]]; | ||
clonedPen.installedPlugins = [].concat(this.installedPlugins); | ||
clonedPen.installedPlugins = this.installedPlugins; | ||
clonedPen._themes = this._themes; | ||
@@ -490,2 +490,3 @@ clonedPen.format = format || this.format; | ||
this.installedPlugins = this.installedPlugins.slice(); | ||
this.installedPlugins.push(plugin.name); | ||
@@ -492,0 +493,0 @@ plugin.installInto(this); |
@@ -779,3 +779,3 @@ /*! | ||
clonedPen.output = [[]]; | ||
clonedPen.installedPlugins = [].concat(this.installedPlugins); | ||
clonedPen.installedPlugins = this.installedPlugins; | ||
clonedPen._themes = this._themes; | ||
@@ -830,2 +830,3 @@ clonedPen.format = format || this.format; | ||
this.installedPlugins = this.installedPlugins.slice(); | ||
this.installedPlugins.push(plugin.name); | ||
@@ -832,0 +833,0 @@ plugin.installInto(this); |
{ | ||
"name": "magicpen", | ||
"version": "4.9.0", | ||
"version": "4.10.0", | ||
"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
562149