From a6e4dea0acb70ce4a55e9ce2cd86f40c55dc414e Mon Sep 17 00:00:00 2001 From: Mark Knol Date: Thu, 31 May 2018 10:00:04 +0200 Subject: [PATCH] Update haxelib.json --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 2f7eaff..ae15f5e 100644 --- a/haxelib.json +++ b/haxelib.json @@ -4,9 +4,9 @@ "license": "MIT", "tags": ["haxe","js","uglify","minify","obfuscation"], "description": "Minify using uglifyjs", - "version": "0.0.6", + "version": "0.0.7", "classPath": "src/", - "releasenote": "Override default uglify-js node module path `-D uglifyjs_bin=path/to/bin/uglifyjs`", + "releasenote": "Added new flag `-D uglifyjs_slavemode` to disable minification without setting `-D uglifyjs_disabled` in order to avoid confusion when controlled by other tools like modular.", "contributors": [ "markknol" ],