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',
|
||||
);
|
||||
|
||||
|
||||
@@ -2365,7 +2365,7 @@
|
||||
remark-gfm "^1.0.0"
|
||||
zen-observable "^0.8.15"
|
||||
|
||||
"@backstage/core@*", "@backstage/core@^0.7.14":
|
||||
"@backstage/core@*":
|
||||
version "0.7.14"
|
||||
resolved "https://registry.npmjs.org/@backstage/core/-/core-0.7.14.tgz#863844fe40bb6a29bcc2d297e42055633b0e886f"
|
||||
integrity sha512-W7EMspBXrp1GPALK6+qdJjsvkqcaYGFyoh8/bRAXABIkJpGQGiy4xUZUKDoMhd+OdVHv/mzyyv3fH2yc32J07w==
|
||||
|
||||
Reference in New Issue
Block a user