mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 00:48:46 +00:00
04a2b27d7f
This exposes two broken tests: * #setCount (Eastern Arabic numerals) * clicking on the product of createBanner() should trigger a custom event that were previously passing due to buggy assertions. Change-Id: If18ad1ff9363fff65d3e347c01ce4bc0669b2a0e
25 lines
588 B
JSON
25 lines
588 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test && npm run doc && dev-scripts/svg_check.sh",
|
|
"doc": "jsdoc -c jsdoc.json"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.8.1",
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-notify": "0.4.5",
|
|
"grunt-stylelint": "0.10.0",
|
|
"jsdoc": "3.5.5",
|
|
"pre-commit": "1.2.2",
|
|
"stylelint": "9.3.0",
|
|
"stylelint-config-wikimedia": "0.4.3",
|
|
"svgo": "0.7.2"
|
|
}
|
|
}
|