From c671e0af541f74d3c3d1cc6676e2afaf348ad18b Mon Sep 17 00:00:00 2001 From: Mark Knol Date: Wed, 16 May 2018 14:55:16 +0200 Subject: [PATCH] Update haxelib.json --- haxelib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haxelib.json b/haxelib.json index 8f4f108..1bf3c16 100644 --- a/haxelib.json +++ b/haxelib.json @@ -6,7 +6,7 @@ "description": "Minify using uglifyjs", "version": "0.0.4", "classPath": "src/", - "releasenote": "support `--comments`", + "releasenote": "Support `--comments` using `-D uglifyjs_comments`. To provide a filter, use `-D uglifyjs_comments=/^!/`", "contributors": [ "markknol" ],