Merge pull request #3299 from matiu/bug/uglify

update uglify
This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-08 18:36:36 -03:00
commit 1451a86681

View file

@ -45,11 +45,11 @@
"grunt": "^0.4.5",
"grunt-angular-gettext": "^0.2.15",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.5.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"shelljs": "^0.3.0"
},