mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-13 17:27:20 +00:00
5ad80d2c13
stylelint 9.2.0 → 9.9.0 stylelint-config-wikimedia 0.4.3 → 0.5.0 Change-Id: Id818e6273bc0f416e0b8fcf5bb5d52494a418ee8
18 lines
405 B
JSON
18 lines
405 B
JSON
{
|
|
"private": true,
|
|
"description": "Build tools for the AbuseFilter mediawiki extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.9.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"stylelint": "9.9.0",
|
|
"stylelint-config-wikimedia": "0.5.0"
|
|
}
|
|
}
|