mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Use a fork of Uglify again.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
}
|
||||
},
|
||||
"uglify-js": {
|
||||
"version": "2.4.0",
|
||||
"from": "https://github.com/meteor/UglifyJS2/tarball/bb0a762d12d2ecd058b9d7b57f16b4c289378d9c",
|
||||
"dependencies": {
|
||||
"async": {
|
||||
"version": "0.2.9"
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user