mirror of
https://github.com/thangisme/notes.git
synced 2025-01-02 17:36:33 -05:00
b35b697dc2
Bumps [stylelint](https://github.com/stylelint/stylelint) from 7.13.0 to 9.9.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/7.13.0...9.9.0) 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.0",
|
|
"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.9.0",
|
|
"stylelint-config-primer": "^2.2.11"
|
|
},
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'"
|
|
}
|
|
}
|