[Pkg-javascript-commits] [node-browser-pack] 54/141: update uglify to 1.3.5 since 1.3.4 is completely broken
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:23:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-browser-pack.
commit 440bd3e7050ad6c42f2597da1a9c5b105ae3bf4f
Author: James Halliday <mail at substack.net>
Date: Sat Jun 8 20:07:09 2013 -0700
update uglify to 1.3.5 since 1.3.4 is completely broken
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index df61075..b16951c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "browser-pack",
- "version": "0.9.1",
+ "version": "0.9.2",
"description": "pack node-style source files from a json stream into a browser bundle",
"main": "index.js",
"bin": {
@@ -10,7 +10,7 @@
"JSONStream": "~0.4.3",
"duplexer": "~0.0.3",
"through": "~2.2.0",
- "uglify-js": "1.3.4",
+ "uglify-js": "1.3.5",
"combine-source-map": "~0.1.1"
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browser-pack.git
More information about the Pkg-javascript-commits
mailing list