mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-13 17:53:12 +00:00
0682e17314
jsonlint and banana-checker will test for valid i18n files Bug: T94547 Change-Id: I68f76b69bf6a3d466ca87c83f0ab86998ef8ef74
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|