kubernetes: Removes schema.d.ts

Signed-off-by: Juan Lulkin <jmaiz@spotify.com>
This commit is contained in:
Juan Lulkin
2021-04-15 11:43:08 +02:00
parent 1cf63d00df
commit a3b25f6c2e
2 changed files with 1 additions and 45 deletions
+1 -3
View File
@@ -19,7 +19,6 @@
"backstage",
"kubernetes"
],
"configSchema": "schema.d.ts",
"scripts": {
"build": "backstage-cli plugin:build",
"start": "backstage-cli plugin:serve",
@@ -63,7 +62,6 @@
"msw": "^0.21.2"
},
"files": [
"dist",
"schema.d.ts"
"dist"
]
}