mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-13 18:37:03 +00:00
4235677932
composer: * mediawiki/minus-x: 0.3.1 → 0.3.2 npm: * grunt-banana-checker: 0.6.0 → 0.8.1 Additional changes: * Added .eslintcache to .gitignore. Change-Id: Icd47980b83e99bccc1f4cd20e40457a1b3da2b9d
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.12.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-stylelint": "0.11.1",
|
|
"stylelint-config-wikimedia": "0.6.0"
|
|
}
|
|
}
|