mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-15 07:26:03 +00:00
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.1.1...v2.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Dan Schaper <dan.schaper@pi-hole.net> Co-authored-by: DL6ER <DL6ER@users.noreply.github.com>
29 lines
779 B
JSON
29 lines
779 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": {
|
|
"build": "mkdocs build --clean",
|
|
"markdownlint": "markdownlint \"**/*.md\" -i \"**/node_modules/**\"",
|
|
"linkinator": "linkinator site --recurse --silent --skip \"^(?!http://localhost)\"",
|
|
"test": "npm run markdownlint && npm run linkinator"
|
|
},
|
|
"devDependencies": {
|
|
"linkinator": "^2.1.2",
|
|
"markdownlint-cli": "^0.23.2"
|
|
}
|
|
}
|