Update three packages

Update grunt-contrib-jshint to 1.0.0

Update grunt-banana-checker to 0.5.0

Update grunt-jscs to 2.8.0

Change-Id: I2875efab17acc9007725f1e79b9353cb8b0ceb3f
This commit is contained in:
Paladox 2016-03-30 22:36:42 +01:00
parent 85ed29080b
commit 43207bb62d
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.11.3",
"grunt-banana-checker": "0.4.0",
"grunt-jscs": "2.6.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-banana-checker": "0.5.0",
"grunt-jscs": "2.8.0",
"grunt-jsonlint": "1.0.7",
"jscs-preset-wikimedia": "~1.0.0"
}