diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2018-01-12 00:32:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-12 00:32:17 +0800 |
commit | 1c9e13f47d53e267db40dc5a34bf6d324417c92a (patch) | |
tree | 7d45dd83ee602f03a7addf62a704daeef834152e | |
parent | b757450cd8e6c5f9fc766673a4ef9f32060703d7 (diff) | |
download | tracifyjs-1c9e13f47d53e267db40dc5a34bf6d324417c92a.tar.gz tracifyjs-1c9e13f47d53e267db40dc5a34bf6d324417c92a.zip |
update dependencies (#2770)
- acorn@5.3.0
- commander@2.13.0
-rw-r--r-- | package.json | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/package.json b/package.json index ead43ef5..2a1c99eb 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,10 @@ "node": ">=0.8.0" }, "maintainers": [ + "Alex Lam <alexlamsl@gmail.com>", "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)" ], - "repository": { - "type": "git", - "url": "https://github.com/mishoo/UglifyJS2.git" - }, - "bugs": { - "url": "https://github.com/mishoo/UglifyJS2/issues" - }, + "repository": "mishoo/UglifyJS2", "main": "tools/node.js", "bin": { "uglifyjs": "bin/uglifyjs" @@ -29,11 +24,11 @@ "LICENSE" ], "dependencies": { - "commander": "~2.12.1", + "commander": "~2.13.0", "source-map": "~0.6.1" }, "devDependencies": { - "acorn": "~5.2.1", + "acorn": "~5.3.0", "mocha": "~3.5.1", "semver": "~5.4.1" }, |