mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PdfHandler
synced 2024-11-28 10:11:08 +00:00
3c9ffbe42a
Additional changes: * Added .eslintcache to .gitignore. Change-Id: I2d7549408f1cf3bb4b4e69ccdfa3c04509f956ca
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"
|
|
}
|
|
}
|