Skip to content

Commit 7a6f0f4

Browse files
committed
fix: repo fix
1 parent 922cfef commit 7a6f0f4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

plugins/qeta/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
"url": "https://github.com/drodil/backstage-plugin-qeta.git"
3737
},
3838
"publishConfig": {
39-
"access": "public",
40-
"main": "dist/index.esm.js",
41-
"types": "dist/index.d.ts"
39+
"access": "public"
4240
},
4341
"backstage": {
4442
"role": "frontend-plugin",

plugins/qeta/src/alpha.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const EntityPostsContainerCard = EntityCardBlueprint.make({
6363
*/
6464
export default createFrontendPlugin({
6565
pluginId: 'qeta',
66+
info: { packageJson: () => import('../package.json') },
6667
routes: convertLegacyRouteRefs({
6768
root: qetaRouteRef,
6869
}),
@@ -73,3 +74,5 @@ export default createFrontendPlugin({
7374
EntityPostsContainerCard,
7475
],
7576
});
77+
78+
export { qetaTranslationRef } from '@drodil/backstage-plugin-qeta-react';

0 commit comments

Comments
 (0)