broccoli-multi-postcss
Advanced tools
Comparing version
@@ -148,3 +148,2 @@ "use strict"; | ||
throw new TypeError('Missing `opts.to`.'); | ||
// @todo: https://github.com/postcss/postcss/pull/1292 | ||
this.handleWarnings(result.warnings()); | ||
@@ -151,0 +150,0 @@ const additionalFiles = result.messages.filter(messages_1.isWriteFileMessage); |
{ | ||
"name": "broccoli-multi-postcss", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Broccoli plugin to transform one or more input files using PostCSS to one or more output files.", | ||
@@ -10,2 +10,3 @@ "repository": "https://github.com/buschtoens/broccoli-multi-postcss", | ||
"files": [ | ||
"index.d.ts", | ||
"dist" | ||
@@ -39,3 +40,3 @@ ], | ||
"broccoli-multifilter": "^2.0.0", | ||
"postcss": "^7.0.17", | ||
"postcss": "^7.0.18", | ||
"recursive-readdir": "^2.2.2", | ||
@@ -42,0 +43,0 @@ "supports-color": "^7.0.0" |
31631
0.08%31
3.33%636
0.16%Updated