mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-23 22:13:40 +00:00
6a0c7826b0
* eslint-config-wikimedia: 0.22.1 → 0.24.0 * grunt: 1.5.3 → 1.6.1 * stylelint-config-wikimedia: 0.13.1 → 0.14.0 The following rules are failing and were disabled: * selector-pseudo-element-colon-notation Change-Id: Ia16224c8a403ef78a6cce4d6b7d06775c2dc908d
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"name": "SyntaxHighlight_GeSHi",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.24.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.18.0",
|
|
"stylelint-config-wikimedia": "0.14.0"
|
|
}
|
|
}
|