mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-27 15:50:37 +00:00
847de00b3e
* grunt-stylelint: 0.13.0 → 0.14.0 * stylelint-config-wikimedia: 0.8.0 → 0.9.0 Change-Id: I68136c54e4ee8d41f25501d9bb0c32076ac26fd6
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.14.0",
|
|
"stylelint-config-wikimedia": "0.9.0"
|
|
}
|
|
}
|