This commit is contained in:
Alex Lam S.L
2017-09-10 15:17:24 +08:00
committed by GitHub
parent 8158b1bdcf
commit cd27f4ec38

View File

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