mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
eae0f237df
Minerva now provides default styling for these links. Also removing 'grunt-stylelint' package as there are no CSS/LESS files in this extension any more. Bug: T232102 Change-Id: I4e8b44d3159ab4a87103fa8471c7b1b145ac6016
14 lines
243 B
JSON
14 lines
243 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-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "21.0.0"
|
|
}
|
|
}
|