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: Ia72dd17776769a56c9775934d7da4889f79d56ee
This commit is contained in:
James D. Forrester 2018-02-23 18:20:36 -08:00
parent d93446c70c
commit 547a745906

View file

@ -4,9 +4,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"
}
}