Use a fork of Uglify again.

This commit is contained in:
David Glasser
2013-10-03 17:06:55 -07:00
parent 8062d65730
commit 14e93abce3
3 changed files with 4 additions and 3 deletions

View File

@@ -130,7 +130,7 @@
* websocket from 1.0.7 to 1.0.8
* cli-color from 0.2.2 to 0.2.3
* clean-css from 1.0.11 to 1.1.2
* UglifyJS2 from a fork of 2.3.6 to 2.4.0
* UglifyJS2 from a fork of 2.3.6 to a different fork of 2.4.0
* connect from 2.7.10 to 2.9.0
* send from 0.1.0 to 0.1.4
* useragent from 2.0.1 to 2.0.7

View File

@@ -9,7 +9,7 @@
}
},
"uglify-js": {
"version": "2.4.0",
"from": "https://github.com/meteor/UglifyJS2/tarball/bb0a762d12d2ecd058b9d7b57f16b4c289378d9c",
"dependencies": {
"async": {
"version": "0.2.9"

View File

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