mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-14 09:44:46 +00:00
0c13e3fd3f
Additional changes: * Added .eslintcache to .gitignore. Change-Id: I603574c9b21b07ac47874e33c0eeaf30cd499023
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.12.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "21.0.0"
|
|
}
|
|
}
|