mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
24b72c8bfa
* grunt-stylelint: 0.12.0 → 0.13.0 * stylelint-config-wikimedia: 0.7.0 → 0.8.0 Additional changes: * Also sorted "composer fix" command to run phpcbf last. Change-Id: I59abf3b90868ae225a70bc3c0ba287f2c2335c8b
16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"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.13.0",
|
|
"stylelint-config-wikimedia": "0.8.0"
|
|
}
|
|
}
|