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:
10
package.json
10
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user