mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-24 00:04:35 +00:00
012b89e966
* Updated grunt to 1.0.3, addressing: * https://npmjs.com/advisories/577 * CVE-2018-3721 Change-Id: I2cecb846c0c13ab5015f4ba182ca5bf40adf0a02
17 lines
274 B
JSON
17 lines
274 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "20.0.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
},
|
|
"eslintIgnore": [
|
|
"vendor/**"
|
|
]
|
|
}
|