fix: install @backstage/core when scaffolding a plugin

This commit is contained in:
Paul Marbach
2020-03-27 09:26:31 -04:00
parent 580f30f721
commit b0329a8261
@@ -16,6 +16,7 @@
"jest-fetch-mock": "^3.0.3"
},
"dependencies": {
"@backstage/core": "^{{version}}",
"@material-ui/lab": "4.0.0-alpha.45"
}
}