mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
db6838a267
* grunt-stylelint: 0.15.0 → 0.16.0 * stylelint-config-wikimedia: 0.10.1 → 0.10.3 The following rules are failing and were disabled: * unit-disallowed-list Change-Id: Iab814dccab72d4c4f98a901f0368f579b3cf424e
17 lines
331 B
JSON
17 lines
331 B
JSON
{
|
|
"private": true,
|
|
"name": "DiscussionTools",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
}
|
|
}
|