[Pkg-javascript-commits] [uglifyjs] 416/491: update dependencies (#2770)
Jonas Smedegaard
dr at jones.dk
Wed Feb 14 19:51:59 UTC 2018
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.
commit 1c9e13f47d53e267db40dc5a34bf6d324417c92a
Author: Alex Lam S.L <alexlamsl at gmail.com>
Date: Fri Jan 12 00:32:17 2018 +0800
update dependencies (#2770)
- acorn at 5.3.0
- commander at 2.13.0
---
package.json | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/package.json b/package.json
index ead43ef..2a1c99e 100644
--- a/package.json
+++ b/package.json
@@ -9,15 +9,10 @@
"node": ">=0.8.0"
},
"maintainers": [
+ "Alex Lam <alexlamsl at gmail.com>",
"Mihai Bazon <mihai.bazon at 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"
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git
More information about the Pkg-javascript-commits
mailing list