Comparing version 8.4.46 to 8.4.47
@@ -218,3 +218,3 @@ 'use strict' | ||
// if (!i.raws) i.raws = {} | ||
if (!i.raws) i.raws = {} | ||
if (typeof i.raws.before === 'undefined') { | ||
@@ -221,0 +221,0 @@ if (sample && typeof sample.raws.before !== 'undefined') { |
@@ -10,3 +10,3 @@ 'use strict' | ||
constructor(plugins = []) { | ||
this.version = '8.4.46' | ||
this.version = '8.4.47' | ||
this.plugins = this.normalize(plugins) | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "postcss", | ||
"version": "8.4.46", | ||
"version": "8.4.47", | ||
"description": "Tool for transforming styles with JS plugins", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
200241