1
0
mirror of https://github.com/thangisme/notes.git synced 2024-10-16 17:44:09 -04:00
notes/package.json
dependabot[bot] 5b9cde1dc4
Bump stylelint-config-primer from 2.2.11 to 3.0.0
Bumps [stylelint-config-primer](https://github.com/primer/primer) from 2.2.11 to 3.0.0.
- [Release notes](https://github.com/primer/primer/releases)
- [Changelog](https://github.com/primer/primer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primer/primer/commits/v3.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-29 11:32:19 -05:00

17 lines
406 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": "^3.0.0"
},
"dependencies": {},
"scripts": {
"test": "stylelint '**/*.scss'"
}
}