diff options
author | Mihai Bazon <mihai@bazon.net> | 2015-01-05 11:20:00 +0200 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2015-01-05 11:20:00 +0200 |
commit | 93a6e5780e51c44d79778636f2794a63267a8c6f (patch) | |
tree | 6baedde22addec216aad98a94bd83c0e5888e311 /bin | |
parent | fe55e0d93df173b4ef9a7035c3b3883acd0fa3e5 (diff) | |
download | tracifyjs-93a6e5780e51c44d79778636f2794a63267a8c6f.tar.gz tracifyjs-93a6e5780e51c44d79778636f2794a63267a8c6f.zip |
Declare boolean type for --keep-fnames
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 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) |