v3.1.0
authorAlex Lam S.L <alexlamsl@gmail.com>
Sun, 10 Sep 2017 07:17:24 +0000 (15:17 +0800)
committerGitHub <noreply@github.com>
Sun, 10 Sep 2017 07:17:24 +0000 (15:17 +0800)
package.json

index dddc82e..15ef15f 100644 (file)
@@ -4,7 +4,7 @@
   "homepage": "http://lisperator.net/uglifyjs",
   "author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
   "license": "BSD-2-Clause",
-  "version": "3.0.28",
+  "version": "3.1.0",
   "engines": {
     "node": ">=0.8.0"
   },
@@ -34,8 +34,8 @@
   },
   "devDependencies": {
     "acorn": "~5.1.1",
-    "mocha": "~3.4.2",
-    "semver": "~5.3.0"
+    "mocha": "~3.5.1",
+    "semver": "~5.4.1"
   },
   "scripts": {
     "test": "node test/run-tests.js"