Update grunt-jsonlint to 1.0.7 and MW codesniffer to 0.5.1

Change-Id: If8c4cc68156467746a679144039b978fe0247401
This commit is contained in:
Paladox 2015-12-29 11:33:41 +00:00
parent 3fcbf642dd
commit 76b668eaf5
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.9.*",
"mediawiki/mediawiki-codesniffer": "0.5.0"
"mediawiki/mediawiki-codesniffer": "0.5.1"
},
"scripts": {
"test": [

View File

@ -8,7 +8,7 @@
"grunt-contrib-jshint": "0.11.3",
"grunt-banana-checker": "0.4.0",
"grunt-jscs": "2.5.0",
"grunt-jsonlint": "1.0.6",
"grunt-jsonlint": "1.0.7",
"jscs-preset-wikimedia": "~1.0.0"
}
}