rename npm namespace from @spotify-backstage to @backstage

This commit is contained in:
Patrik Oldsberg
2020-03-25 19:12:11 +01:00
parent 5c26725361
commit 3a0d8edcb5
35 changed files with 51 additions and 58 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ The app will call the `createPlugin` method on each plugin, passing in a `router
of methods on it.
```typescript
import { createPlugin } from '@spotify-backstage/core';
import { createPlugin } from '@backstage/core';
import ExampleComponent from './components/ExampleComponent';
export default createPlugin({