mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PdfHandler
synced 2024-11-14 19:36:00 +00:00
47b26b3d4b
* eslint-config-wikimedia: 0.16.2 → 0.17.0 * grunt: 1.2.1 → 1.3.0 Change-Id: I279f2bba97f25c2fe68b9d28945efaf67ae8c4ee
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0"
|
|
}
|
|
}
|