aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-03-23 01:31:46 +0800
committerGitHub <noreply@github.com>2017-03-23 01:31:46 +0800
commitee95c1b38bcf0fbb6c676e98540c1d33f669e936 (patch)
tree3523e97d9495b0259cd0c82274eecd36f3020158 /README.md
parent4bceb85cbfa2c944fb97bb3baaa403b266d075c6 (diff)
downloadtracifyjs-ee95c1b38bcf0fbb6c676e98540c1d33f669e936.tar.gz
tracifyjs-ee95c1b38bcf0fbb6c676e98540c1d33f669e936.zip
metadata cleanup (#1630)
- mention performance anomaly in Node 7 and drop from CI - remove unused npm "scripts" - mark browserify dependency as optional - stop `test/mozilla-ast.js` from spamming console output in later versions of Node.js
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 396f9a94..2399e23f 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,10 @@ There's also an
[in-browser online demo](http://lisperator.net/uglifyjs/#demo) (for Firefox,
Chrome and probably Safari).
-Note: release versions of `uglify-js` only support ECMAScript 5 (ES5). If you wish to minify
+#### Note:
+- release versions of `uglify-js` only support ECMAScript 5 (ES5). If you wish to minify
ES2015+ (ES6+) code then please use the [harmony](#harmony) development branch.
+- Node 7 has a known performance regression and runs `uglify-js` twice as slow.
Install
-------