Also upgrade uglify-js.

This commit is contained in:
Nick Martin
2013-12-11 18:57:30 -08:00
parent 930727d426
commit 506fb6a552
3 changed files with 5 additions and 5 deletions

View File

@@ -83,6 +83,7 @@ Meteor will not apply the patch and will instead disable websockets.
* Node from 0.10.21 to 0.10.22
* MongoDB from 2.4.6 to 2.4.8
* clean-css from 1.1.2 to 2.0.2
* uglify-js from a fork of 2.4.0 to 2.4.7
Patches contributed by GitHub users AlexeyMK, awwx, dandv,
DenisGorbachev, FooBarWidget, mitar, mcbain, rzymek, sdarnell.

View File

@@ -9,16 +9,16 @@
}
},
"uglify-js": {
"from": "https://github.com/meteor/UglifyJS2/tarball/bb0a762d12d2ecd058b9d7b57f16b4c289378d9c",
"version": "2.4.7",
"dependencies": {
"async": {
"version": "0.2.9"
},
"source-map": {
"version": "0.1.30",
"version": "0.1.31",
"dependencies": {
"amdefine": {
"version": "0.0.8"
"version": "0.1.0"
}
}
},

View File

@@ -5,8 +5,7 @@ Package.describe({
Npm.depends({
"clean-css": "2.0.2",
// Fork of 2.4.0 fixing https://github.com/mishoo/UglifyJS2/pull/308
"uglify-js": "https://github.com/meteor/UglifyJS2/tarball/bb0a762d12d2ecd058b9d7b57f16b4c289378d9c"
"uglify-js": "2.4.7"
});
Package.on_use(function (api) {