build: Bump npm devDependencies to latest

grunt-contrib-jshint  0.12.0  →  1.0.0
 grunt-contrib-watch    0.6.1  →  1.0.0
 grunt-banana-checker   0.4.0  →  0.5.0
 grunt-jscs             2.7.0  →  2.8.0

Change-Id: I52d27dd66103a7fe954117524e489fd5916305af
This commit is contained in:
James D. Forrester 2016-03-18 16:44:00 +00:00 committed by Jforrester
parent 41ed6bcae9
commit cc3971006b

View file

@ -9,10 +9,10 @@
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-watch": "0.6.1",
"grunt-banana-checker": "0.4.0",
"grunt-jscs": "2.7.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-banana-checker": "0.5.0",
"grunt-jscs": "2.8.0",
"grunt-jsonlint": "1.0.7"
}
}