@@ -1,3 +1,3 @@
|
||||
# @backstage/plugin-vault-node
|
||||
# Deprecated
|
||||
|
||||
Houses types and utilities for building the vault modules
|
||||
This package has been moved to the [backstage-community/plugins](https://github.com/backstage/community-plugins) repository. Migrate to using `@backstage-community/plugin-vault-node` instead.
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"version": "0.1.10",
|
||||
"description": "Node.js library for the vault plugin",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
"role": "node-library",
|
||||
"moved": "@backstage-community/plugin-vault-node"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
@@ -34,5 +35,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "workspace:^"
|
||||
}
|
||||
},
|
||||
"deprecated": "This package has been moved to the backstage/community-plugins repository. You should migrate to using @backstage-community/plugin-vault-node instead."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user