build: Updating development dependencies

* grunt-banana-checker: 0.2.2 → 0.4.0

Change-Id: I7e0eed45794f9188e8d537c60ac8fa04af6bf1f0
This commit is contained in:
Kunal Mehta 2015-10-11 11:43:43 -04:00
parent 5b0e23b39e
commit f0b5b64328

View file

@ -1,19 +1,19 @@
{ {
"name": "echo", "name": "echo",
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"description": "Build tools for Echo.", "description": "Build tools for Echo.",
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test"
}, },
"devDependencies": { "devDependencies": {
"grunt": "0.4.5", "grunt": "0.4.5",
"grunt-cli": "0.1.13", "grunt-cli": "0.1.13",
"grunt-contrib-csslint": "0.4.0", "grunt-contrib-csslint": "0.4.0",
"grunt-contrib-jshint": "0.11.3", "grunt-contrib-jshint": "0.11.3",
"grunt-contrib-watch": "0.6.1", "grunt-contrib-watch": "0.6.1",
"grunt-banana-checker": "0.2.2", "grunt-banana-checker": "0.4.0",
"grunt-jscs": "1.8.0", "grunt-jscs": "1.8.0",
"grunt-jsonlint": "1.0.4" "grunt-jsonlint": "1.0.4"
} }
} }