Add npm registry configuration for Gitea

This commit is contained in:
hibna
2025-10-29 10:35:25 +03:00
parent d006e400f8
commit 8516d3ad53
6 changed files with 1037 additions and 5 deletions
+8 -1
View File
@@ -57,5 +57,12 @@
"media"
],
"author": "Alper",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitea.hibna.com.tr/hibna/video-player.git"
},
"publishConfig": {
"registry": "https://gitea.hibna.com.tr/api/packages/hibna/npm/"
}
}