[Pkg-javascript-commits] [uglifyjs] 24/77: Declare boolean type for --keep-fnames
Jonas Smedegaard
dr at jones.dk
Tue May 19 00:02:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag v2.4.18
in repository uglifyjs.
commit 93a6e5780e51c44d79778636f2794a63267a8c6f
Author: Mihai Bazon <mihai at bazon.net>
Date: Mon Jan 5 11:20:00 2015 +0200
Declare boolean type for --keep-fnames
---
bin/uglifyjs | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/uglifyjs b/bin/uglifyjs
index 44afd2f..11c3a01 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list