mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-24 06:43:35 +00:00
37a50fa4da
* eslint-config-wikimedia: 0.20.0 → 0.24.0 * grunt: 1.5.3 → 1.6.1 * stylelint-config-wikimedia: 0.13.1 → 0.14.0 Change-Id: I2f6b83af9c81ef9160bf14d92d01235a8c83e37c
19 lines
344 B
JSON
19 lines
344 B
JSON
{
|
|
"name": "ReplaceText",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.24.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.18.0",
|
|
"stylelint-config-wikimedia": "0.14.0"
|
|
},
|
|
"eslintIgnore": [
|
|
"vendor/**"
|
|
]
|
|
}
|