hedgedoc/docs/package.json
David Mehren 3d03835af9 chore: set version in all packae.jsons
Signed-off-by: David Mehren <git@herrmehren.de>
2023-10-08 22:01:47 +02:00

13 lines
309 B
JSON

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