mirror of
https://github.com/pi-hole/docs.git
synced 2026-04-02 16:34:22 +01:00
Bumps the npm-dependencies group with 2 updates: [linkinator](https://github.com/JustinBeckwith/linkinator) and [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2). Updates `linkinator` from 5.0.2 to 6.0.4 - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v5.0.2...v6.0.4) Updates `markdownlint-cli2` from 0.9.2 to 0.12.1 - [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.9.2...v0.12.1) --- updated-dependencies: - dependency-name: linkinator dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: markdownlint-cli2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
799 B
JSON
29 lines
799 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-cli2 \"**/*.md\" \"!**/node_modules/**\"",
|
|
"linkinator": "npm run build && linkinator site --recurse --silent --skip \"^(?!http://localhost)\"",
|
|
"test": "npm run markdownlint && npm run linkinator"
|
|
},
|
|
"devDependencies": {
|
|
"linkinator": "^6.0.4",
|
|
"markdownlint-cli2": "0.12.1"
|
|
}
|
|
}
|