mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-30 09:44:37 +00:00
1a714621e4
composer: * mediawiki/mediawiki-codesniffer: 39.0.0 → 41.0.0 The following sniffs now pass and were enabled: * PEAR.Functions.ValidDefaultValue.NotAtEnd npm: * grunt-stylelint: 0.17.0 → 0.18.0 Change-Id: I13145ce473e583944c383f8c353965db658d00e6
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"name": "AJAXPoll",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.18.0",
|
|
"stylelint-config-wikimedia": "0.13.0"
|
|
}
|
|
}
|