diff options
author | kzc <kzc@users.noreply.github.com> | 2017-05-11 15:36:33 -0400 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2017-05-12 03:36:33 +0800 |
commit | 2b44f4ae30921e3d1eea2846250f26b0942490df (patch) | |
tree | 41c30c1334945e136c0754f8333bf30e6039fbc9 | |
parent | e51c3541daa20ef230422386cca0c705f47cd09b (diff) | |
download | tracifyjs-2b44f4ae30921e3d1eea2846250f26b0942490df.tar.gz tracifyjs-2b44f4ae30921e3d1eea2846250f26b0942490df.zip |
update README (#1918)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ 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)**. - **Documentation for UglifyJS `2.x` releases can be found [here](https://github.com/mishoo/UglifyJS2/tree/v2.x)**. -- Release versions of `uglify-js` only support ECMAScript 5 (ES5). +- `uglify-js` only supports ECMAScript 5 (ES5). - Those wishing to minify ES2015+ (ES6+) should use the `npm` package [**uglify-es**](https://github.com/mishoo/UglifyJS2/tree/harmony). |