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

This commit is contained in:
Mikhail Chechnev 2025-11-26 12:54:07 +03:00
parent b7f9daa258
commit e7d88b2e53

View File

@ -10,14 +10,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/CITKParus/P8-Panels.git"
"url": "git+https://git.citpb.ru/CITKParus/P8-Panels.git"
},
"author": "CITK Parus",
"license": "ISC",
"bugs": {
"url": "https://github.com/CITKParus/P8-Panels/issues"
"url": "https://git.citpb.ru/CITKParus/P8-Panels/issues"
},
"homepage": "https://github.com/CITKParus/P8-Panels#readme",
"homepage": "https://git.citpb.ru/CITKParus/P8-Panels#readme",
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-react": "^7.22.5",