component-lesser
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -50,6 +50,5 @@ var async = require('async'); | ||
var cssConfig = options.cssConfig || {}; | ||
setTimeout(function(){ | ||
parser.parse(importsLess, function (error, tree) { | ||
if (error) { | ||
return cb(error); | ||
return callback(error); | ||
} | ||
@@ -61,3 +60,2 @@ var css = tree.toCSS(cssConfig); | ||
}); | ||
},1000); | ||
}); | ||
@@ -64,0 +62,0 @@ }; |
{ | ||
"name": "component-lesser", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A plugin to transpile Less files for the compy.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
3967
55