diff options
author | kzc <kzc@users.noreply.github.com> | 2017-05-13 14:12:14 -0400 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2017-05-14 02:12:14 +0800 |
commit | 504a436e9daac89f5226280e01ae2818fe4e8436 (patch) | |
tree | 36335920b1f003bcc87a4b13520628d01f2d5358 | |
parent | 3ca902258c24209699f0b5bd5b9654252e492272 (diff) | |
download | tracifyjs-504a436e9daac89f5226280e01ae2818fe4e8436.tar.gz tracifyjs-504a436e9daac89f5226280e01ae2818fe4e8436.zip |
Tweak README Notes (#1934)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ UglifyJS 3 UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit. #### Note: -- **`uglify-js@3.x` has a new API and CLI and is not backwards compatible with [`uglify-js@2.x`](https://github.com/mishoo/UglifyJS2/tree/v2.x)**. +- **`uglify-js@3.x` has a simplified API and CLI that is not backwards compatible with [`uglify-js@2.x`](https://github.com/mishoo/UglifyJS2/tree/v2.x)**. - **Documentation for UglifyJS `2.x` releases can be found [here](https://github.com/mishoo/UglifyJS2/tree/v2.x)**. - `uglify-js` only supports ECMAScript 5 (ES5). - Those wishing to minify |