browserify-css
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -200,3 +200,7 @@ 'use strict'; | ||
cssTransform.call(this, options, filename, callback); | ||
try { | ||
cssTransform.call(this, options, filename, callback); | ||
} catch(err) { | ||
this.emit('error', err); | ||
} | ||
}; |
{ | ||
"name": "browserify-css", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "A Browserify transform for bundling, rebasing, inlining, and minifying CSS files", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
Sorry, the diff of this file is not supported yet
2242007
77
20209