From 93a6e5780e51c44d79778636f2794a63267a8c6f Mon Sep 17 00:00:00 2001 From: Mihai Bazon Date: Mon, 5 Jan 2015 11:20:00 +0200 Subject: [PATCH] Declare boolean type for --keep-fnames --- bin/uglifyjs | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/uglifyjs b/bin/uglifyjs index 44afd2f4..11c3a01a 100755 --- a/bin/uglifyjs +++ b/bin/uglifyjs @@ -103,6 +103,7 @@ You need to pass an argument to this option to specify the name that your module .boolean("V") .boolean("noerr") .boolean("bare-returns") + .boolean("keep-fnames") .wrap(80) -- 2.34.1