mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 02:50:53 +00:00
43207bb62d
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
15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"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"
|
|
}
|
|
}
|