packages/app: remove graphiql plugin

This commit is contained in:
Patrik Oldsberg
2020-04-25 14:45:47 +02:00
parent 3063bd07bf
commit f2f3b47894
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -20,7 +20,6 @@
"dependencies": {
"@backstage/cli": "^0.1.1-alpha.4",
"@backstage/core": "^0.1.1-alpha.4",
"@backstage/plugin-graphiql": "^0.1.1-alpha.4",
"@backstage/plugin-home-page": "^0.1.1-alpha.4",
"@backstage/plugin-lighthouse": "^0.1.1-alpha.4",
"@backstage/plugin-welcome": "^0.1.1-alpha.4",
-1
View File
@@ -16,4 +16,3 @@
export { plugin as HomePagePlugin } from '@backstage/plugin-home-page';
export { plugin as WelcomePlugin } from '@backstage/plugin-welcome';
export { plugin as LighthousePlugin } from '@backstage/plugin-lighthouse';
export { plugin as Graphiql } from '@backstage/plugin-graphiql';