diff options
-rwxr-xr-x | bin/uglifyjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/uglifyjs b/bin/uglifyjs index 9eb1f316..e6ecb91a 100755 --- a/bin/uglifyjs +++ b/bin/uglifyjs @@ -76,6 +76,7 @@ You need to pass an argument to this option to specify the name that your module .boolean("acorn") .boolean("spidermonkey") .boolean("lint") + .boolean("V") .wrap(80) |