Deprecate packages

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-18 20:45:44 +02:00
parent d6aaf01c1f
commit da543b3c70
5 changed files with 34 additions and 325 deletions
+4 -2
View File
@@ -3,7 +3,8 @@
"version": "0.2.31",
"description": "A Backstage backend plugin that helps you keep track of your code coverage",
"backstage": {
"role": "backend-plugin"
"role": "backend-plugin",
"moved": "@backstage-community/plugin-code-coverage-backend"
},
"publishConfig": {
"access": "public",
@@ -56,5 +57,6 @@
"@types/supertest": "^2.0.8",
"supertest": "^6.1.6",
"xml2js": "^0.6.0"
}
},
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-code-coverage-backend instead."
}