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:
Lykke Axlin
2021-09-14 16:03:10 +02:00
parent c221f82c9b
commit a9ac8abc60
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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",
+1 -1
View File
@@ -63,7 +63,7 @@ export async function createRouter(
});
const migrationsDir = resolvePackagePath(
'@internal/plugin-bazaar-backend',
'@backstage/plugin-bazaar-backend',
'migrations',
);
+1 -1
View File
@@ -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==