chore: commit qui sert à rien

This commit is contained in:
N3WT DE COMPET
2025-02-13 17:13:31 +01:00
parent 9bf9c5f62d
commit cce78355a3
17 changed files with 210 additions and 143 deletions

View File

@ -1,20 +0,0 @@
{
"name": "n3wt-school",
"version": "0.0.1",
"scripts": {
"prepare": "husky",
"release": "standard-version",
"update-version": "node scripts/update-version.js"
},
"standard-version": {
"scripts": {
"postbump": "git add Front-End/package.json Back-End/__version__.py && git commit --amend --no-edit"
}
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"husky": "^9.1.6",
"standard-version": "^9.5.0"
}
}