Comparing version 4.0.3 to 4.0.4
@@ -81,3 +81,3 @@ var minimatch = require('minimatch').Minimatch | ||
// we should catcch the min error if it comes back and end the stream | ||
if (min.error) return this.emit('error', min.error.message) | ||
if (min.error) return this.emit('error', min.error) | ||
@@ -84,0 +84,0 @@ // Uglify leaves a source map comment pointing back to "out.js.map", |
{ | ||
"name": "uglifyify", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "A browserify transform which minifies your code using UglifyJS2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15328