mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-14 19:25:08 +00:00
9fd55302ee
composer: * mediawiki/mediawiki-codesniffer: 38.0.0 → 39.0.0 * 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: I1387a2fc8e986f31826d2d5ac409b589bc6d7bcd
18 lines
391 B
JSON
18 lines
391 B
JSON
{
|
|
"name": "citethispage",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the CiteThisPage extension.",
|
|
"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"
|
|
}
|
|
}
|