Skip to content

Commit

Permalink
fix(orchestrator): regenerate `orchestrator-backend/dist-dynamic/pack…
Browse files Browse the repository at this point in the history
…age.json` (#1083)

fix(orchestrator): regenerate orchestrator-backend/dist-dynamic/package.json
  • Loading branch information
caponetto authored Jan 18, 2024
1 parent 75c4dc5 commit 8a8051c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/orchestrator-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend-dynamic",
"version": "0.0.1",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,6 +46,7 @@
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"postversion": "yarn run export-dynamic",
"export-dynamic": "janus-cli package export-dynamic-plugin"
},
"dependencies": {
Expand Down

0 comments on commit 8a8051c

Please sign in to comment.