mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-25 13:40:49 +00:00
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.21.0...v0.22.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
26 lines
603 B
JSON
26 lines
603 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Source for the official Pi-hole documentation",
|
|
"main": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pi-hole/docs.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "CC-BY-SA-4.0",
|
|
"bugs": {
|
|
"url": "https://github.com/pi-hole/docs/issues"
|
|
},
|
|
"homepage": "https://docs.pi-hole.net/",
|
|
"scripts": {
|
|
"markdownlint": "markdownlint \"**/*.md\" -i \"**/node_modules/**\"",
|
|
"test": "npm run markdownlint"
|
|
},
|
|
"devDependencies": {
|
|
"markdownlint-cli": "^0.22.0"
|
|
}
|
|
}
|