mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-12-04 04:38:57 +00:00
4787c733d6
* grunt-stylelint: 0.13.0 → 0.14.0 * stylelint-config-wikimedia: 0.8.0 → 0.9.0 Change-Id: I13751d02f31523b4306d9c43c4f63b5564b2e5e3
15 lines
281 B
JSON
15 lines
281 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-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.14.0",
|
|
"stylelint-config-wikimedia": "0.9.0"
|
|
}
|
|
}
|