mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-13 18:37:03 +00:00
cd3212d5b2
* grunt-eslint: 24.0.1 → 24.3.0 * grunt-stylelint: 0.18.0 → 0.19.0 * stylelint-config-wikimedia: 0.15.0 → 0.16.1 Change-Id: I9fc22d4d3155fe2b5327ab4a5aaed9b8af074312
16 lines
308 B
JSON
16 lines
308 B
JSON
{
|
|
"name": "CategoryTree",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.25.1",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.19.0",
|
|
"stylelint-config-wikimedia": "0.16.1"
|
|
}
|
|
}
|