We don't need grunt-contrib-csslint in prod

This commit is contained in:
Pierre Rudloff 2017-11-21 11:24:55 +01:00
parent 0b13966a99
commit e2a5cbdb30
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@
"bugs": "https://github.com/Rudloff/alltube/issues",
"dependencies": {
"grunt": "~1.0.1",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-uglify": "~3.1.0",
"grunt-potomo": "~3.5.0",
@ -14,6 +13,7 @@
},
"devDependencies": {
"grunt-contrib-compress": "~1.4.1",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-fixpack": "~0.1.0",
"grunt-githash": "~0.1.3",