mirror of
https://github.com/thangisme/notes.git
synced 2024-11-16 19:16:00 -05:00
2c73d71c1b
Bumps [stylelint-config-primer](https://github.com/primer/stylelint-config-primer) from 7.0.1 to 8.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/compare/v7.0.1...v8.0.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.6",
|
|
"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.0.1",
|
|
"stylelint-config-primer": "^8.0.0",
|
|
"stylelint-selector-no-utility": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@primer/css": "^12.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'"
|
|
}
|
|
}
|