mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 15:16:34 -05:00
4821abeec4
Bumps [stylelint](https://github.com/stylelint/stylelint) from 10.0.1 to 10.1.0. - [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/10.0.1...10.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
20 lines
493 B
JSON
20 lines
493 B
JSON
{
|
|
"name": "just-the-docs",
|
|
"version": "0.2.5",
|
|
"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": "^10.1.0",
|
|
"stylelint-config-primer": "^7.0.0",
|
|
"stylelint-selector-no-utility": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@primer/css": "^12.3.1"
|
|
},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'"
|
|
}
|
|
}
|