В "package.json" удалены ссылки на GitHub (заменены на git.citpb.ru)

This commit is contained in:
Mikhail Chechnev 2025-11-26 12:48:48 +03:00
parent f2bb9e1dee
commit 54988da32c

View File

@ -9,14 +9,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/CITKParus/ExchangeService.git"
"url": "git+https://git.citpb.ru/CITKParus/P8-ExchangeService.git"
},
"author": "CITK Parus",
"license": "ISC",
"bugs": {
"url": "https://github.com/CITKParus/ExchangeService/issues"
"url": "https://git.citpb.ru/CITKParus/P8-ExchangeService/issues"
},
"homepage": "https://github.com/CITKParus/ExchangeService#readme",
"homepage": "https://git.citpb.ru/CITKParus/P8-ExchangeService/",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",