broccoli-multi-postcss
Advanced tools
Comparing version
@@ -159,1 +159,2 @@ "use strict"; | ||
exports.BroccoliMultiPostCSS = BroccoliMultiPostCSS; | ||
BroccoliMultiPostCSS.MessageType = messages_1.MessageType; |
@@ -24,2 +24,3 @@ "use strict"; | ||
throw new TypeError(`'DependencyMessage' is missing a valid 'path'.`); | ||
return true; | ||
} | ||
@@ -26,0 +27,0 @@ return false; |
{ | ||
"name": "broccoli-multi-postcss", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Broccoli plugin to transform one or more input files using PostCSS to one or more output files.", | ||
@@ -21,2 +21,3 @@ "repository": "https://github.com/buschtoens/broccoli-multi-postcss", | ||
"@babel/core": "^7.5.5", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
@@ -39,3 +40,9 @@ "@babel/preset-typescript": "^7.3.3", | ||
"recursive-readdir": "^2.2.2" | ||
}, | ||
"engines": { | ||
"node": "^8.16.1 || >= 10.0.0" | ||
}, | ||
"volta": { | ||
"node": "10.16.3" | ||
} | ||
} |
@@ -42,3 +42,3 @@ # broccoli-multi-postcss | ||
result.messages.push({ | ||
type: MessageType.WriteFile, | ||
type: BroccoliMultiPostCSS.MessageType.WriteFile, | ||
plugin: 'selector-metadata', | ||
@@ -45,0 +45,0 @@ path: `${result.opts.to}.meta.json`, |
23342
11.49%17
6.25%413
16.67%14
7.69%