mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
663faaf8f7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
13 lines
309 B
JSON
13 lines
309 B
JSON
{
|
|
"name": "@hedgedoc/docs",
|
|
"version": "2.0.0-alpha.2",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"lint": "markdownlint-cli2 content/**/*.md",
|
|
"lint:fix": "markdownlint-cli2 --fix content/**/*.md"
|
|
},
|
|
"devDependencies": {
|
|
"markdownlint-cli2": "0.12.1"
|
|
},
|
|
"packageManager": "yarn@4.1.0"
|
|
}
|