Comparing version 4.0.2 to 4.0.3
@@ -129,2 +129,5 @@ var minimatch = require('minimatch').Minimatch | ||
function mapArgv (opts) { | ||
if (opts._flags) { | ||
delete opts._flags | ||
} | ||
if (opts.c) { | ||
@@ -131,0 +134,0 @@ opts.compress = opts.c |
{ | ||
"name": "uglifyify", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"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
15336
281