postcss-import
Advanced tools
Comparing version 7.1.2 to 7.1.3
@@ -0,1 +1,6 @@ | ||
# 7.1.3 - 2015-11-05 | ||
- Fixed: ensure node 0.12 compatibility, round 2 | ||
([#93](https://github.com/postcss/postcss-import/pull/93)) | ||
# 7.1.2 - 2015-11-05 | ||
@@ -8,3 +13,3 @@ | ||
- Added: ensure node 0.12 compatibility. | ||
- Added: ensure node 0.12 compatibility | ||
@@ -11,0 +16,0 @@ # 7.0.0 - 2015-08-25 |
@@ -317,3 +317,3 @@ /** | ||
parsedAtImport, | ||
Object.assign({}, options), | ||
assign({}, options), | ||
resolvedFilename, | ||
@@ -320,0 +320,0 @@ state, |
{ | ||
"name": "postcss-import", | ||
"version": "7.1.2", | ||
"version": "7.1.3", | ||
"description": "PostCSS plugin to import CSS files", | ||
@@ -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
28243