-
dependabot[bot] authored
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>
dependabot[bot] authoredBumps [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>
This project manages its dependencies using npm.
Learn more
package.json 414 B
{
"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'"
}
}