ember-cli-css-preprocess
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -48,3 +48,4 @@ 'use strict' | ||
shouldSetupRegistryInIncluded: function() { | ||
return !EmberVersionChecker.isAbove(this, '0.2.0') | ||
let checker = new EmberVersionChecker(this) | ||
return checker.for('ember-cli').isAbove('0.2.0') | ||
}, | ||
@@ -51,0 +52,0 @@ styleProcessorOptions: function() { |
{ | ||
"name": "ember-cli-css-preprocess", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Preprocess your stylesheets with multiple preprocessors like node-sass, postcss or less", | ||
@@ -9,3 +9,2 @@ "main": "index.js", | ||
"lint": "eslint --ignore-path .gitignore .", | ||
"publish-please": "publish-please" | ||
@@ -12,0 +11,0 @@ }, |
34011
699