mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-23 22:33:48 +00:00
9f2edcb8b8
* grunt: 1.4.0 → 1.5.3 * nomnom: 1.8.1 → 1.8.1 * https://github.com/advisories/GHSA-cf4h-3jhx-xvhq * underscore: 1.6.0 → 1.6.0 * https://github.com/advisories/GHSA-cf4h-3jhx-xvhq Change-Id: Ia175e479e71e93167b3040870e021a5e5aaa0dcb
20 lines
372 B
JSON
20 lines
372 B
JSON
{
|
|
"name": "ReplaceText",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.3",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.15.0",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
},
|
|
"eslintIgnore": [
|
|
"vendor/**"
|
|
]
|
|
}
|