mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-13 18:07:00 +00:00
4a95ef5d07
composer: * mediawiki/mediawiki-codesniffer: 38.0.0 → 39.0.0 The following sniffs are failing and were disabled: * MediaWiki.PHPUnit.AssertEmpty.AssertEmptyUsed * php-parallel-lint/php-console-highlighter: 0.5.0 → 1.0.0 * php-parallel-lint/php-parallel-lint: 1.3.1 → 1.3.2 npm: * grunt-eslint: 23.0.0 → 24.0.0 * grunt-stylelint: 0.16.0 → 0.17.0 * stylelint-config-wikimedia: 0.11.1 → 0.13.0 Change-Id: I515f76b93896ec6ca50bcc936bfd5fbdabdd2b49
16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"name": "ConfirmEdit",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.2",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.17.0",
|
|
"stylelint-config-wikimedia": "0.13.0"
|
|
}
|
|
}
|