mirror of
https://github.com/thangisme/notes.git
synced 2025-01-02 11:46:31 -05:00
e4dd35083a
Bumps [stylelint-config-primer](https://github.com/primer/primer) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/primer/primer/releases) - [Changelog](https://github.com/primer/primer/blob/master/CHANGELOG.md) - [Commits](https://github.com/primer/primer/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"name": "just-the-docs",
|
|
"version": "0.2.1",
|
|
"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": "^3.0.1"
|
|
},
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"test": "stylelint '**/*.scss'"
|
|
}
|
|
}
|