patch: test 34
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline failed

This commit is contained in:
spassignat
2026-05-02 14:09:19 +02:00
parent 734d26907d
commit ceb67387f7
6 changed files with 23 additions and 161 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "cicd",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL",
"scripts": {
"update:patch": "node scripts/update-version.js -patch",
@@ -15,5 +15,11 @@
},
"keywords": [],
"author": "Stephane Passignat",
"license": "Exygen"
}
"license": "Exygen",
"main": "versions.js",
"repository": {
"type": "git",
"url": "http://gitea.cicd.exygen.fr/stephane/test-cicd.git"
},
"type": "commonjs"
}