postcss-url
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -0,1 +1,6 @@ | ||
# 5.1.2 - 2016-05-01 | ||
- Fixed: node 6 compatibility | ||
([#68](https://github.com/postcss/postcss-url/issues/68)) | ||
# 5.1.1 - 2016-02-03 | ||
@@ -2,0 +7,0 @@ |
@@ -130,3 +130,3 @@ /** | ||
var valueCallback = function(decl, oldUrl) { | ||
var dirname = decl.source && decl.source.input | ||
var dirname = decl.source && decl.source.input && decl.source.input.file | ||
? path.dirname(decl.source.input.file) | ||
@@ -359,2 +359,1 @@ : process.cwd() | ||
} | ||
{ | ||
"name": "postcss-url", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "PostCSS plugin to rebase or inline on url().", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
18542