Make the package private

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2023-08-31 15:52:15 +02:00
parent 27a139dad5
commit 4cfa636a32
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-plugin-manager': minor
---
New package with experimental support for dynamic backend plugins, according to [RFC 18390](https://github.com/backstage/backstage/issues/18390).
@@ -2,6 +2,7 @@
"name": "@backstage/backend-plugin-manager",
"description": "Backstage plugin management backend",
"version": "0.0.0",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {