From ba403331c556598138946185042eb3ea917cf676 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Zugmeyer?= Date: Thu, 3 Jan 2013 11:22:37 +0100 Subject: [PATCH] Set --version as a boolean #87 --- bin/uglifyjs | 1 + 1 file changed, 1 insertion(+) 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) -- 2.34.1