[HUGO] workflow-test-run_2025-07-21T13-30-22 #1

Merged
gitea-sonarqube-bot merged 11 commits from workflow-test-run_2025-07-21T13-30-22 into main 2025-07-22 09:24:04 -04:00
2 changed files with 31 additions and 6 deletions
Showing only changes of commit 6829178979 - Show all commits
+13
View File
@@ -0,0 +1,13 @@
{
"name": "hugo_it-services",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "hugo_it-services",
"version": "1.0.0",
"license": "ISC"
}
}
}
+18 -6
View File
@@ -1,10 +1,22 @@
{
"name": "hugo-it-services",
"private": true,
"name": "hugo_it-services",
"version": "1.0.0",
"description": "",
"main": "index.js",
"hugo-bin": {
"buildTags": "extended"
},
"devDependencies": {
"hugo-bin": "0.148.0"
}
}
"devDependencies": {
"hugo-bin": "0.148.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.trez.wtf/Trez.One/hugo_it-services.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}