Merge branch 'master' into harmony-v3.0.8

This commit is contained in:
alexlamsl
2017-05-18 14:54:18 +08:00
8 changed files with 89 additions and 82 deletions

View File

@@ -4,7 +4,7 @@
"homepage": "https://github.com/mishoo/UglifyJS2/tree/harmony",
"author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
"license": "BSD-2-Clause",
"version": "3.0.7",
"version": "3.0.8",
"engines": {
"node": ">=0.8.0"
},
@@ -34,7 +34,8 @@
},
"devDependencies": {
"acorn": "~5.0.3",
"mocha": "~2.3.4"
"mocha": "~2.3.4",
"semver": "~5.3.0"
},
"scripts": {
"test": "node test/run-tests.js"