From 0f4278148d67f649decd9506c1f62e8039e1e061 Mon Sep 17 00:00:00 2001 From: kzc Date: Sun, 9 Jul 2017 11:55:38 -0400 Subject: [PATCH] uglify-es: update repository and project tagline (#2221) --- README.md | 2 +- package.json | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d1e35aa..7a1fe3f7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ uglify-es ========= -**uglify-es** is an ECMAScript parser, minifier, compressor and beautifier toolkit for ES6+. +A JavaScript parser, mangler/compressor and beautifier toolkit for ES6+. #### Note: - **`uglify-es` is API/CLI compatible with `uglify-js@3`.** diff --git a/package.json b/package.json index 5ef15bd1..951a3ed7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uglify-es", - "description": "JavaScript parser, mangler/compressor and beautifier toolkit", + "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+", "homepage": "https://github.com/mishoo/UglifyJS2/tree/harmony", "author": "Mihai Bazon (http://lisperator.net/)", "license": "BSD-2-Clause", @@ -11,7 +11,7 @@ "maintainers": [ "Mihai Bazon (http://lisperator.net/)" ], - "repository": "https://github.com/mishoo/UglifyJS2/tree/harmony", + "repository": "git+https://github.com/mishoo/UglifyJS2.git#harmony", "bugs": { "url": "https://github.com/mishoo/UglifyJS2/issues" }, @@ -39,12 +39,16 @@ }, "keywords": [ "uglify", - "uglify-js", "uglify-es", + "uglify-js", "minify", "minifier", + "javascript", + "ecmascript", "es5", "es6", + "es7", + "es8", "es2015", "es2016", "es2017",