mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-09 13:31:22 -06:00
Bumps [stylelint](https://github.com/stylelint/stylelint) from 9.9.0 to 9.10.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/9.9.0...9.10.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
17 lines
407 B
JSON
17 lines
407 B
JSON
{
|
|
"name": "just-the-docs",
|
|
"version": "0.2.2",
|
|
"description": "A Jekyll theme for documentation",
|
|
"repository": "pmarsceill/just-the-docs",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/pmarsceill/just-the-docs/issues",
|
|
"devDependencies": {
|
|
"stylelint": "^9.10.1",
|
|
"stylelint-config-primer": "^3.0.1"
|
|
},
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'"
|
|
}
|
|
}
|