mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-23 22:13:37 +00:00
fe0ae0edc1
* 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: I16053f556dd202d78bfca55fc5f6e08da42feac4
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"name": "Interwiki",
|
|
"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"
|
|
}
|
|
}
|