build: Bump devDependencies to latest

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

Change-Id: Ic577f18e1d4eb11084c08bc23a8ccf87a8b4919e
This commit is contained in:
James D. Forrester 2018-02-23 18:18:21 -08:00
parent 093c0420ea
commit 069f700862

View file

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