mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-13 18:07:05 +00:00
5c63190944
composer: * mediawiki/mediawiki-phan-config: 0.10.6 → 0.11.0 * php-parallel-lint/php-parallel-lint: 1.3.0 → 1.3.1 npm: * stylelint-config-wikimedia: 0.10.3 → 0.11.1 Change-Id: I82e56565364f0502b0e70fe7414057ae876c0b98
15 lines
282 B
JSON
15 lines
282 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.20.0",
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.11.1"
|
|
}
|
|
}
|