build: Bump devDependencies to latest

grunt                  1.0.1  →  1.0.2
 grunt-banana-checker   0.4.0  →  0.6.0
 grunt-contrib-jshint  0.11.3  →  1.1.0
 grunt-jsonlint         1.0.7  →  1.1.0

Change-Id: Ia9fc85392085a1879831773babb49f296dd8ce71
This commit is contained in:
James D. Forrester 2018-02-23 17:39:43 -08:00
parent 0633b8be7b
commit d84533f5af

View file

@ -7,9 +7,9 @@
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-banana-checker": "0.4.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-jsonlint": "1.0.7"
"grunt": "1.0.2",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-jsonlint": "1.1.0"
}
}