rename npm namespace from @spotify-backstage to @backstage
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@spotify-backstage/app",
|
||||
"name": "@backstage/app",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^4.9.1",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.45",
|
||||
"@spotify-backstage/cli": "^0.1.0",
|
||||
"@spotify-backstage/core": "^0.1.0",
|
||||
"@spotify-backstage/plugin-home-page": "^0.1.0",
|
||||
"@spotify-backstage/plugin-welcome": "^0.1.0",
|
||||
"@backstage/cli": "^0.1.0",
|
||||
"@backstage/core": "^0.1.0",
|
||||
"@backstage/plugin-home-page": "^0.1.0",
|
||||
"@backstage/plugin-welcome": "^0.1.0",
|
||||
"@testing-library/jest-dom": "^4.2.4",
|
||||
"@testing-library/react": "^9.3.2",
|
||||
"@testing-library/user-event": "^7.1.2",
|
||||
|
||||
Reference in New Issue
Block a user