Deprecate packages

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-18 20:44:21 +02:00
parent 112b4647c4
commit 0360e89418
7 changed files with 25 additions and 630 deletions
+4 -2
View File
@@ -2,7 +2,8 @@
"name": "@backstage/plugin-analytics-module-ga",
"version": "0.2.4",
"backstage": {
"role": "frontend-plugin-module"
"role": "frontend-plugin-module",
"moved": "@backstage-community/plugin-analytics-module-ga"
},
"publishConfig": {
"access": "public",
@@ -52,5 +53,6 @@
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"configSchema": "config.d.ts"
"configSchema": "config.d.ts",
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-analytics-module-ga instead."
}