Skip to content

Commit

Permalink
dependencies fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com>
  • Loading branch information
deepan10 committed Nov 30, 2024
1 parent ec3213d commit b93b30f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
3 changes: 2 additions & 1 deletion workspaces/blackduck/plugins/blackduck-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"pluginPackages": [
"@backstage-community/plugin-blackduck",
"@backstage-community/plugin-blackduck-backend",
"@backstage-community/plugin-blackduck-common"
"@backstage-community/plugin-blackduck-common",
"@backstage-community/plugin-blackduck-node"
]
},
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion workspaces/blackduck/plugins/blackduck-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"pluginPackages": [
"@backstage-community/plugin-blackduck",
"@backstage-community/plugin-blackduck-backend",
"@backstage-community/plugin-blackduck-common"
"@backstage-community/plugin-blackduck-common",
"@backstage-community/plugin-blackduck-node"
]
},
"sideEffects": false,
Expand Down
15 changes: 13 additions & 2 deletions workspaces/blackduck/plugins/blackduck-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,25 @@
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/backstage/community-plugins",
"directory": "workspaces/blackduck/plugins/blackduck-node"
},
"backstage": {
"role": "node-library"
"role": "node-library",
"pluginId": "blackduck",
"pluginPackages": [
"@backstage-community/plugin-blackduck",
"@backstage-community/plugin-blackduck-backend",
"@backstage-community/plugin-blackduck-common",
"@backstage-community/plugin-blackduck-node"
]
},
"scripts": {
"build": "backstage-cli package build",
Expand Down
3 changes: 2 additions & 1 deletion workspaces/blackduck/plugins/blackduck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"pluginPackages": [
"@backstage-community/plugin-blackduck",
"@backstage-community/plugin-blackduck-backend",
"@backstage-community/plugin-blackduck-common"
"@backstage-community/plugin-blackduck-common",
"@backstage-community/plugin-blackduck-node"
]
},
"sideEffects": false,
Expand Down

0 comments on commit b93b30f

Please sign in to comment.