changed @internal prefix to @backstage
Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com> Co-authored-by: klaraab <klarabroman@live.se>
This commit is contained in:
@@ -18,7 +18,7 @@ You'll need to add the plugin to the router in your `backend` package. You can d
|
||||
|
||||
```tsx
|
||||
import { PluginEnvironment } from '../types';
|
||||
import { createRouter } from '@internal/plugin-bazaar-backend';
|
||||
import { createRouter } from '@backstage/plugin-bazaar-backend';
|
||||
|
||||
export default async function createPlugin({
|
||||
logger,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@internal/plugin-bazaar-backend",
|
||||
"name": "@backstage/plugin-bazaar-backend",
|
||||
"version": "0.1.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
|
||||
@@ -63,7 +63,7 @@ export async function createRouter(
|
||||
});
|
||||
|
||||
const migrationsDir = resolvePackagePath(
|
||||
'@internal/plugin-bazaar-backend',
|
||||
'@backstage/plugin-bazaar-backend',
|
||||
'migrations',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user