build: Updating development dependencies

* grunt-contrib-csslint: 0.2.0 → 0.4.0
* grunt-contrib-jshint: 0.10.0 → 0.11.2
* grunt-banana-checker: 0.2.0 → 0.2.2
* jshint: ~2.5.0 → 2.8.0

Change-Id: Ibb94cf3d1d4cc71d9342165fd9b6c4ad18d58f07
This commit is contained in:
Kunal Mehta 2015-06-05 17:14:09 -07:00
parent 838cd1ed73
commit e2eee93c4d

View file

@ -9,11 +9,11 @@
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-csslint": "0.2.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-csslint": "0.4.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-watch": "0.6.1",
"grunt-banana-checker": "0.2.0",
"grunt-banana-checker": "0.2.2",
"grunt-jscs": "1.8.0",
"jshint": "~2.5.0"
"jshint": "2.8.0"
}
}