mediawiki-extensions-Catego.../package.json
libraryupgrader 3bdbe45700 build: Updating grunt-stylelint to 0.11.1
Additional changes:
* Added .eslintcache to .gitignore.

Change-Id: I5ce3b84dcaf295a2f0ed8330c9f6f39709f06bd4
2019-10-21 01:33:42 +00:00

15 lines
281 B
JSON

{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.12.0",
"grunt": "1.0.4",
"grunt-banana-checker": "0.6.0",
"grunt-eslint": "21.0.0",
"grunt-stylelint": "0.11.1",
"stylelint-config-wikimedia": "0.6.0"
}
}