Comparing version 8.4.3 to 8.4.4
@@ -194,3 +194,5 @@ 'use strict' | ||
this.map.addMapping({ | ||
source: this.opts.from ? this.toUrl(this.opts.from) : '<no source>', | ||
source: this.opts.from | ||
? this.toUrl(this.path(this.opts.from)) | ||
: '<no source>', | ||
generated: { line: 1, column: 0 }, | ||
@@ -197,0 +199,0 @@ original: { line: 1, column: 0 } |
@@ -10,3 +10,3 @@ 'use strict' | ||
constructor(plugins = []) { | ||
this.version = '8.4.3' | ||
this.version = '8.4.4' | ||
this.plugins = this.normalize(plugins) | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "postcss", | ||
"version": "8.4.3", | ||
"version": "8.4.4", | ||
"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
185612
6486