mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-11 17:01:00 +00:00
7864126199
* grunt: 1.4.0 → 1.5.3 * async: 3.2.0 → 3.2.4 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * minimatch: 3.0.4 → 3.0.8 * https://github.com/advisories/GHSA-f8q6-p94x-37v3 * minimist: 1.2.5 → 1.2.7 * https://github.com/advisories/GHSA-xvch-5gv4-984h * nanoid: 3.1.25 → 3.3.4 * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2 Additional changes: * Set `name` in package.json. Change-Id: Id8af4cade3ac2fee4ce09927aecac738d138999b
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"name": "Scribunto",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.20.0",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.11.1"
|
|
}
|
|
}
|