Skip to content

Commit

Permalink
tweak incorrectly detected package roles
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
  • Loading branch information
Rugvip committed Feb 14, 2022
1 parent b521c1b commit a5fc44d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/config-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "common-library"
"role": "node-library"
},
"homepage": "https://backstage.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-frontend"
"role": "web-library"
},
"scripts": {
"build": "backstage-cli plugin:build",
Expand Down
2 changes: 1 addition & 1 deletion packages/search-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "node-library"
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/cicd-statistics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "web-library"
"role": "plugin-frontend"
},
"homepage": "https://backstage.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/search-backend-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
"role": "node-library"
},
"scripts": {
"start": "backstage-cli backend:dev",
Expand Down
2 changes: 1 addition & 1 deletion plugins/tech-insights-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "plugin-backend"
"role": "common-library"
},
"homepage": "https://backstage.io",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/todo-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts"
},
"backstage": {
"role": "node-library"
"role": "plugin-backend"
},
"homepage": "https://backstage.io",
"repository": {
Expand Down

0 comments on commit a5fc44d

Please sign in to comment.