1
0
mirror of https://github.com/thangisme/notes.git synced 2024-09-16 06:58:12 -04:00
notes/package.json
Patrick Marsceill f2ce1b33c1
Merge pull request #214 from pmarsceill/dependabot/npm_and_yarn/stylelint-config-primer-8.0.0
Bump stylelint-config-primer from 7.0.1 to 8.0.0
2019-09-10 12:05:14 -04:00

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.7.0"
},
"scripts": {
"test": "stylelint '**/*.scss'"
}
}