Deprecate packages

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-04-19 14:53:19 +02:00
parent 1992df3934
commit 722a10ce35
5 changed files with 18 additions and 233 deletions
+4 -2
View File
@@ -2,7 +2,8 @@
"name": "@backstage/plugin-nomad",
"version": "0.1.15",
"backstage": {
"role": "frontend-plugin"
"role": "frontend-plugin",
"moved": "@backstage-community/plugin-nomad"
},
"publishConfig": {
"access": "public",
@@ -78,5 +79,6 @@
]
}
}
}
},
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-nomad instead."
}