Skip to content

Commit

Permalink
feat(ocm): enable dynamic plugin (#876)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Coufal <[email protected]>
  • Loading branch information
tumido authored Oct 25, 2023
1 parent bff5344 commit 1071eeb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions plugins/ocm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"export-dynamic": "janus-cli package export-dynamic-plugin",
"tsc": "tsc",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test --passWithNoTests --coverage",
Expand Down Expand Up @@ -48,6 +49,7 @@
"@backstage/dev-utils": "1.0.22",
"@backstage/plugin-catalog": "1.14.0",
"@backstage/test-utils": "1.4.4",
"@janus-idp/cli": "1.3.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.5.1",
Expand All @@ -58,13 +60,20 @@
"react-dom": "17.0.2"
},
"files": [
"dist"
"dist",
"dist-scalprum"
],
"repository": "github:janus-idp/backstage-plugins",
"keywords": [
"backstage",
"plugin"
],
"homepage": "https://janus-idp.io/",
"bugs": "https://github.com/janus-idp/backstage-plugins/issues"
"bugs": "https://github.com/janus-idp/backstage-plugins/issues",
"scalprum": {
"name": "janus-idp.backstage-plugin-ocm",
"exposedModules": {
"OcmPlugin": "./src/index.ts"
}
}
}

0 comments on commit 1071eeb

Please sign in to comment.