fix(app): remove techdocs cli

This commit is contained in:
Emma Indal
2020-06-22 14:30:15 +02:00
parent bc69315b5a
commit 4a6e3355aa
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -15,7 +15,6 @@
"@backstage/plugin-sentry": "^0.1.1-alpha.9",
"@backstage/plugin-tech-radar": "^0.1.1-alpha.9",
"@backstage/plugin-techdocs": "^0.1.1-alpha.9",
"@backstage/plugin-techdocs-cli": "^0.1.1-alpha.9",
"@backstage/plugin-welcome": "^0.1.1-alpha.9",
"@backstage/test-utils": "^0.1.1-alpha.9",
"@backstage/theme": "^0.1.1-alpha.9",
-1
View File
@@ -24,4 +24,3 @@ export { plugin as RegisterComponent } from '@backstage/plugin-register-componen
export { plugin as Sentry } from '@backstage/plugin-sentry';
export { plugin as GitopsProfiles } from '@backstage/plugin-gitops-profiles';
export { plugin as TechDocs } from '@backstage/plugin-techdocs';
export { plugin as TechdocsCli } from '@backstage/plugin-techdocs-cli';