remove old grunt-contrib-uglify (replaced with grunt-contrib-uglify-es)

This commit is contained in:
Ralf Becker 2018-08-03 09:52:45 +02:00 committed by Hadi Nategh
parent f62df49baa
commit 5864f869d7

View File

@ -2,13 +2,12 @@
"name": "EGroupware",
"description": "EGroupware is a groupware suite in PHP and Javascript: http://www.egroupware.org/",
"license": "GPL-2.0",
"version": "16.1.001",
"version": "17.1.001",
"dependencies": {},
"repository": {},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-hub": "^0.7.0",
"grunt-newer": "^1.3.0"