Upgrade grunt versions used for building docs static assets

This commit is contained in:
Thomas Kooi 2018-04-26 20:14:12 +02:00
parent 7b6b1eadcd
commit 6814de0f3c
3 changed files with 311 additions and 312 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -2,12 +2,11 @@
"name": "ACE3",
"version": "0.1.0",
"devDependencies": {
"grunt": "^1.0.1",
"grunt": "^1.0.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^2.0.0"
"grunt-contrib-watch": "^1.0.1",
"grunt-sass": "^2.1.0"
}
}