Добавлены новые метаданные

This commit is contained in:
Ilia Miheev
2025-11-22 22:26:11 +03:00
parent dc4609fde7
commit 95261966a8
+7 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "docidoci", "name": "docidoci",
"version": "1.0.0", "version": "1.0.1",
"description": "Создание структуры сайта-документации на docsify", "description": "Создание структуры сайта-документации на docsify",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@@ -24,5 +24,10 @@
"dependencies": { "dependencies": {
"adm-zip": "^0.5.16", "adm-zip": "^0.5.16",
"minimist": "^1.2.8" "minimist": "^1.2.8"
} },
"repository": {
"type": "git",
"url": "https://github.com/IliaMiheev/docidoci.git"
},
"bugs": "https://github.com/IliaMiheev/docidoci/issues"
} }