Fix review comments

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2023-08-28 17:52:06 +02:00
parent 23e4a9f6b6
commit 66849e0677
14 changed files with 158 additions and 69 deletions
+2 -2
View File
@@ -1,8 +1,7 @@
{
"name": "@backstage/backend-plugin-manager",
"packageManager": "yarn@3.2.3",
"description": "Backstage plugin management backend",
"version": "0.1.0",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
@@ -47,6 +46,7 @@
"@types/express": "^4.17.6",
"chokidar": "^3.5.3",
"express": "^4.17.1",
"lodash": "^4.17.21",
"winston": "^3.2.1"
},
"devDependencies": {