Deprecate packages

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-18 20:44:42 +02:00
parent 58fdd20717
commit 29314e1d08
7 changed files with 38 additions and 569 deletions
+4 -2
View File
@@ -2,7 +2,8 @@
"name": "@backstage/plugin-azure-devops",
"version": "0.4.3",
"backstage": {
"role": "frontend-plugin"
"role": "frontend-plugin",
"moved": "@backstage-community/plugin-azure-devops"
},
"publishConfig": {
"access": "public"
@@ -73,5 +74,6 @@
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
}
},
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-azure-devops instead."
}