mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
be40f24f02
Bumps [husky](https://github.com/typicode/husky) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
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/",
|
|
"test": "npm run lint",
|
|
"prepare": "husky install",
|
|
"release": "standard-version",
|
|
"release:minor": "standard-version --release-as minor",
|
|
"release:patch": "standard-version --release-as patch",
|
|
"release:major": "standard-version --release-as major"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^16.2.4",
|
|
"@commitlint/config-conventional": "^16.2.4",
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"husky": "^8.0.1",
|
|
"jsdoc": "3.6.10",
|
|
"jsdoc-wmf-theme": "0.0.5",
|
|
"standard-version": "^9.3.2",
|
|
"stylelint-config-idiomatic-order": "8.1.0",
|
|
"stylelint-config-wikimedia": "0.13.0",
|
|
"svgo": "2.8.0"
|
|
},
|
|
"version": "1.15.0"
|
|
}
|