postcss-cli
Advanced tools
Comparing version 2.4.0 to 2.4.1
2.4.1 / 2016-01-27 | ||
================== | ||
* improve warning disply format | ||
2.4.0 / 2016-01-15 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -190,3 +190,3 @@ var globby = require("globby"); | ||
if (typeof result.warnings === 'function') { | ||
result.warnings().forEach(console.error); | ||
result.warnings().forEach(function(w) { console.warn(w.toString()); }); | ||
} | ||
@@ -193,0 +193,0 @@ fn(null, result); |
{ | ||
"name": "postcss-cli", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "CLI for postcss", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
15590