diff options
author | Benoît Zugmeyer <bzugmeyer@gmail.com> | 2013-01-03 11:22:37 +0100 |
---|---|---|
committer | Benoît Zugmeyer <bzugmeyer@gmail.com> | 2013-01-03 11:22:37 +0100 |
commit | ba403331c556598138946185042eb3ea917cf676 (patch) | |
tree | 9b5cd2eda17d3b234123ba486c97cdb1661dea90 /bin | |
parent | e82e89d1b05163c896de7ba66663c4a4a98067b9 (diff) | |
download | tracifyjs-ba403331c556598138946185042eb3ea917cf676.tar.gz tracifyjs-ba403331c556598138946185042eb3ea917cf676.zip |
Set --version as a boolean #87
Diffstat (limited to 'bin')
-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) |