mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-23 22:13:37 +00:00
cec2b86140
* grunt-stylelint: 0.13.0 → 0.14.0 * stylelint-config-wikimedia: 0.8.0 → 0.9.0 Change-Id: Ie55f70d13f64a8185e603986f8b762a219999984
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.14.0",
|
|
"stylelint-config-wikimedia": "0.9.0"
|
|
}
|
|
}
|