aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2017-09-10 15:17:24 +0800
committerGitHub <noreply@github.com>2017-09-10 15:17:24 +0800
commitcd27f4ec38f2899707859459970406ae67c3adb6 (patch)
treefafb07dbb694e0ab09bc0a5c4609a76ada2a1607
parent8158b1bdcf9ad194876fb0bc746346eb9154614a (diff)
downloadtracifyjs-cd27f4ec38f2899707859459970406ae67c3adb6.tar.gz
tracifyjs-cd27f4ec38f2899707859459970406ae67c3adb6.zip
v3.1.0
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index dddc82ed..15ef15f0 100644
--- a/package.json
+++ b/package.json
@@ -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"