Added config file support and updated images

Signed-off-by: Matt Ray <github@mattray.dev>
This commit is contained in:
Matt Ray
2023-06-22 15:49:52 +10:00
committed by Fredrik Adelöw
parent 08925803ce
commit b9f668fde6
6 changed files with 36 additions and 14 deletions
+5 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-opencost",
"version": "0.0.0",
"version": "0.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -53,6 +53,8 @@
"msw": "^1.0.0"
},
"files": [
"dist"
]
"dist",
"config.d.ts"
],
"configSchema": "config.d.ts"
}