mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-12-03 12:26:39 +00:00
55135eb856
* grunt-stylelint: 0.12.0 → 0.13.0 * stylelint-config-wikimedia: 0.7.0 → 0.8.0 Additional changes: * Also sorted "composer fix" command to run phpcbf last. Change-Id: I54da0b90c4a3c2512d4d5105800ab5e7076a92fa
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.13.0",
|
|
"stylelint-config-wikimedia": "0.8.0"
|
|
}
|
|
}
|