update to newest grunt* versions, you need to run npm install to update to them

This commit is contained in:
Ralf Becker 2017-10-12 09:58:23 +02:00
parent 1a6820a5aa
commit 2be145beda
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@
"dependencies": {},
"repository": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^0.11.1",
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "^3.1.0",
"grunt-hub": "^0.7.0",
"grunt-newer": "^1.2.0"
}