build: Bump grunt-jsonlint to latest and make pass

grunt-jsonlint       1.0.8  →   1.1.0

Change-Id: I4a5cdd39f6215cc61a1ef530386a87fdcb0c0088
This commit is contained in:
James D. Forrester 2017-02-17 16:12:12 -08:00
parent 1404c76fc0
commit dddd2c0180
2 changed files with 3 additions and 3 deletions

View file

@ -122,9 +122,9 @@ ve.ui.MWAceEditorWidget.prototype.setupEditor = function () {
} );
if ( this.autocompleteWordList ) {
completer = {
getCompletions: function( editor, session, pos, prefix, callback ) {
getCompletions: function ( editor, session, pos, prefix, callback ) {
var wordList = widget.autocompleteWordList;
callback( null, wordList.map( function( word ) {
callback( null, wordList.map( function ( word ) {
return {
caption: word,
value: word,

View file

@ -16,7 +16,7 @@
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0",
"grunt-jsonlint": "1.0.8",
"grunt-jsonlint": "1.1.0",
"grunt-image": "2.2.3",
"grunt-mocha-test": "0.12.7",
"grunt-stylelint": "0.7.0",