diff --git a/composer.json b/composer.json index 65bf3f0..e292a6d 100644 --- a/composer.json +++ b/composer.json @@ -3,5 +3,6 @@ "description": "YUI Compressor is an open source tool that supports the compression of both JavaScript and CSS files. The JavaScript compression removes comments and white-spaces as well as obfuscates local variables using the smallest possible variable name. CSS compression is done using a regular-expression-based CSS minifier.", "keywords": ["java","yui"], "homepage": "https://github.com/yui/yuicompressor", - "license": "BSD" + "license": "BSD", + "bin": ["yuicompressor.jar"] }