Skip to content

Commit

Permalink
Merge pull request #244 from BalassaMarton/fdc3-lerna
Browse files Browse the repository at this point in the history
Fix lerna build for fdc3 js project
  • Loading branch information
BalassaMarton authored Jun 29, 2023
2 parents 90cf0eb + 26c19d3 commit 30a43e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"examples/js-*",
"src/messaging/js/*",
"src/shell/js/*",
"src/fdc3/js/*",
"prototypes/process-explorer/js"
],
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/shell/js/composeui-fdc3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache-2.0",
"dependencies": {
"@finos/fdc3": "^2.0.0",
"@morgan-stanley/composeui-messaging-client": "^0.1.0-alpha.1",
"@morgan-stanley/composeui-messaging-client": "*",
"@types/node": "^18.11.18",
"rxjs": "^7.8.1"
},
Expand Down

0 comments on commit 30a43e9

Please sign in to comment.