build: prepare library for git installation

This commit is contained in:
Rogelio
2025-10-23 04:40:00 +00:00
parent 9cf2a7f223
commit b2c0465234
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
{
"name": "maya-contigo-ui",
"version": "1.0.0",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "ssh://gitea.ia-innovacion.work/A8071509/maya-contigo-ui.git"
},
"type": "module",
"main": "src/components/index.ts",
"types": "src/components/index.ts",