chore: подготовить к публикации 1.0.1

- publisher изменён на gromlab
- name изменён на vscode-templateforge
- displayName изменён на Template File Generator (gromlab)
- repository URL исправлен на HTTPS
- удалён Gitea Actions CI
- версия 1.0.1
This commit is contained in:
2026-04-02 21:10:25 +03:00
parent cfbe03e06e
commit a7ece0b22e
5 changed files with 25 additions and 51 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "templateforge",
"displayName": "Template Forge",
"name": "vscode-templateforge",
"displayName": "Template File Generator (gromlab)",
"description": "Generate files and folders from templates with variable substitution and case modifiers. Syntax highlighting and autocomplete for template variables.",
"version": "1.0.0",
"publisher": "TemplateForge",
"version": "1.0.1",
"publisher": "gromlab",
"author": "Sergey Gromov",
"scripts": {
"build-app": "npm run build && npm run package-vsce",
@@ -36,7 +36,7 @@
"homepage": "https://gromlab.ru/gromov/templateforge",
"repository": {
"type": "git",
"url": "git@gromlab.ru:gromov/templateforge.git"
"url": "https://gromlab.ru/gromov/templateforge.git"
},
"bugs": {
"url": "https://gromlab.ru/gromov/templateforge/issues"