mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04:00

Some checks failed
Run tests & build / Test and build with NodeJS 20 (push) Has been cancelled
E2E Tests / backend-sqlite (push) Has been cancelled
E2E Tests / backend-mariadb (push) Has been cancelled
E2E Tests / backend-postgres (push) Has been cancelled
E2E Tests / Build test build of frontend (push) Has been cancelled
Docker / build-and-push (backend) (push) Has been cancelled
Docker / build-and-push (frontend) (push) Has been cancelled
Deploy HD2 docs to Netlify / Deploys to netlify (push) Has been cancelled
Lint and check format / Lint files and check formatting (push) Has been cancelled
REUSE Compliance Check / reuse (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Static Analysis / Njsscan code scanning (push) Has been cancelled
Static Analysis / CodeQL analysis (push) Has been cancelled
E2E Tests / frontend-cypress (1) (push) Has been cancelled
E2E Tests / frontend-cypress (2) (push) Has been cancelled
E2E Tests / frontend-cypress (3) (push) Has been cancelled
We release Alpha v3 of HedgeDoc 2.0 and need to make sure that all version are changed accordingly. Signed-off-by: Philip Molares <philip.molares@udo.edu>
13 lines
309 B
JSON
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.4.1"
|
|
}
|