mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 01:10:09 +00:00
6aeffb314b
* 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: I1eb32aab9914081e5b637b068f723ca59a60b3a7
22 lines
539 B
JSON
22 lines
539 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"selenium-daily": "npm run selenium-test",
|
|
"selenium-test": "wdio tests/selenium/wdio.conf.js"
|
|
},
|
|
"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.13.0",
|
|
"stylelint-config-wikimedia": "0.8.0",
|
|
"wdio-mediawiki": "0.4.0",
|
|
"wdio-mocha-framework": "0.6.4",
|
|
"wdio-spec-reporter": "0.0.5",
|
|
"webdriverio": "4.12.0"
|
|
}
|
|
}
|