mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-15 11:58:51 +00:00
47c3c69baa
Also bump stylelint (no fixes required) Change-Id: Ia6bd3a8c0392eafb939f9ff05827e1320f56b706
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.9.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"stylelint-config-wikimedia": "0.5.0"
|
|
}
|
|
}
|