hedgedoc/docs/package.json
Erik Michelson 42b75b7d93
chore(deps): upgrade yarn to 4.5.1
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2024-11-12 10:57:11 +01:00

13 lines
309 B
JSON

{
"name": "@hedgedoc/docs",
"version": "2.0.0-alpha.3",
"license": "AGPL-3.0",
"scripts": {
"lint": "markdownlint-cli2 content/**/*.md",
"lint:fix": "markdownlint-cli2 --fix content/**/*.md"
},
"devDependencies": {
"markdownlint-cli2": "0.13.0"
},
"packageManager": "yarn@4.5.1"
}