File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 36
36
"url" : " https://github.com/drodil/backstage-plugin-qeta.git"
37
37
},
38
38
"publishConfig" : {
39
- "access" : " public" ,
40
- "main" : " dist/index.esm.js" ,
41
- "types" : " dist/index.d.ts"
39
+ "access" : " public"
42
40
},
43
41
"backstage" : {
44
42
"role" : " frontend-plugin" ,
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ const EntityPostsContainerCard = EntityCardBlueprint.make({
63
63
*/
64
64
export default createFrontendPlugin ( {
65
65
pluginId : 'qeta' ,
66
+ info : { packageJson : ( ) => import ( '../package.json' ) } ,
66
67
routes : convertLegacyRouteRefs ( {
67
68
root : qetaRouteRef ,
68
69
} ) ,
@@ -73,3 +74,5 @@ export default createFrontendPlugin({
73
74
EntityPostsContainerCard ,
74
75
] ,
75
76
} ) ;
77
+
78
+ export { qetaTranslationRef } from '@drodil/backstage-plugin-qeta-react' ;
You can’t perform that action at this time.
0 commit comments