Deprecate packages

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-18 20:47:20 +02:00
parent c288ea5c3c
commit fc81160b9e
3 changed files with 11 additions and 70 deletions
+4 -2
View File
@@ -3,7 +3,8 @@
"version": "0.1.65",
"description": "A Backstage plugin that integrates towards GitHub Deployments",
"backstage": {
"role": "frontend-plugin"
"role": "frontend-plugin",
"moved": "@backstage-community/plugin-github-deployments"
},
"publishConfig": {
"access": "public",
@@ -61,5 +62,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-github-deployments instead."
}