mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-09 13:31:22 -06:00
Bumps [stylelint-config-primer](https://github.com/primer/stylelint-config-primer) from 3.0.1 to 6.0.0. - [Release notes](https://github.com/primer/stylelint-config-primer/releases) - [Changelog](https://github.com/primer/stylelint-config-primer/blob/master/CHANGELOG.md) - [Commits](https://github.com/primer/stylelint-config-primer/commits/v6.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
17 lines
414 B
JSON
17 lines
414 B
JSON
{
|
|
"name": "just-the-docs",
|
|
"version": "0.2.3",
|
|
"description": "A modern 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": "^6.0.0"
|
|
},
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'"
|
|
}
|
|
}
|