fix: normalize repository URLs in package.json

This commit is contained in:
imfozilbek
2025-11-30 01:53:57 +05:00
parent 294d085ad4
commit b3e04a411c
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/samiyev/puaros.git", "url": "git+https://github.com/samiyev/puaros.git",
"directory": "packages/guardian" "directory": "packages/guardian"
}, },
"bugs": { "bugs": {

View File

@@ -70,7 +70,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/samiyev/puaros.git", "url": "git+https://github.com/samiyev/puaros.git",
"directory": "packages/ipuaro" "directory": "packages/ipuaro"
}, },
"bugs": { "bugs": {