mediawiki-skins-Citizen/package.json
dependabot[bot] 85d400cd31
build(deps-dev): bump svgo from 2.3.1 to 2.6.1 (#402)
Bumps [svgo](https://github.com/svg/svgo) from 2.3.1 to 2.6.1.
- [Release notes](https://github.com/svg/svgo/releases)
- [Changelog](https://github.com/svg/svgo/blob/master/CHANGELOG-old.md)
- [Commits](https://github.com/svg/svgo/compare/v2.3.1...v2.6.1)

---
updated-dependencies:
- dependency-name: svgo
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-19 13:26:40 -04:00

23 lines
742 B
JSON

{
"private": true,
"scripts": {
"lint": "npm -s run lint:js && npm -s run lint:styles && npm -s run lint:i18n",
"lint:fix:js": "npm -s run lint:js -- --fix",
"lint:fix:styles": "npm -s run lint:styles -- --fix",
"lint:js": "eslint --cache --max-warnings 0 .",
"lint:styles": "stylelint \"**/*.{less,css}\"",
"lint:i18n": "banana-checker --requireLowerCase=0 i18n/",
"doc": "jsdoc -c jsdoc.json",
"minify-svg": "svgo --config=.svgo.config.js -q -r -f resources/"
},
"devDependencies": {
"eslint-config-wikimedia": "0.20.0",
"grunt-banana-checker": "0.9.0",
"jsdoc": "3.6.7",
"jsdoc-wmf-theme": "0.0.3",
"stylelint-config-idiomatic-order": "8.1.0",
"stylelint-config-wikimedia": "0.11.1",
"svgo": "2.6.1"
}
}