Comparing version 8.4.0 to 8.4.1
@@ -10,3 +10,3 @@ 'use strict' | ||
constructor(plugins = []) { | ||
this.version = '8.4.0' | ||
this.version = '8.4.1' | ||
this.plugins = this.normalize(plugins) | ||
@@ -13,0 +13,0 @@ } |
@@ -13,3 +13,4 @@ import { | ||
export class Stringifier { | ||
export default class Stringifier { | ||
builder: Builder | ||
constructor(builder: Builder) | ||
@@ -16,0 +17,0 @@ stringify(node: AnyNode, semicolon?: boolean): void |
{ | ||
"name": "postcss", | ||
"version": "8.4.0", | ||
"version": "8.4.1", | ||
"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
185418
6484