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
+3 -3
View File
@@ -1,12 +1,12 @@
{
"name": "@spotify-backstage/plugin-home-page",
"name": "@backstage/plugin-home-page",
"version": "0.1.0",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"private": true,
"devDependencies": {
"@spotify-backstage/cli": "^0.1.0",
"@spotify-backstage/core": "^0.1.0",
"@backstage/cli": "^0.1.0",
"@backstage/core": "^0.1.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",