mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-15 15:42:24 -06:00
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.14.1 to 14.15.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.14.1...14.15.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
629 B
JSON
21 lines
629 B
JSON
{
|
|
"name": "just-the-docs",
|
|
"version": "0.3.3",
|
|
"description": "A modern Jekyll theme for documentation",
|
|
"repository": "just-the-docs/just-the-docs",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/just-the-docs/just-the-docs/issues",
|
|
"devDependencies": {
|
|
"prettier": "^2.7.1",
|
|
"stylelint": "^14.15.0",
|
|
"stylelint-config-prettier-scss": "0.0.1",
|
|
"stylelint-config-standard-scss": "^6.0.0",
|
|
"stylelint-prettier": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'",
|
|
"format": "prettier --write '**/*.{scss,js,json}'",
|
|
"stylelint-check": "stylelint-config-prettier-check"
|
|
}
|
|
}
|