Skip to content

Commit

Permalink
Consistency changes
Browse files Browse the repository at this point in the history
Changed test string in WebSocketEndToEntTests to match the usual naming form of ComposeUI
Changed messaging client build config and description to be consistent with other js projects in the repo
  • Loading branch information
ZKRobi committed May 30, 2023
1 parent b112f19 commit 76396c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/messaging/js/composeui-messaging-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@morgan-stanley/composeui-messaging-client",
"version": "0.1.0-alpha.1",
"private": true,
"description": "JavaScript client for Compose UI's Message Router",
"description": "JavaScript client for ComposeUI's Message Router",
"type": "module",
"files": [
"dist/esm/**/*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"target": "es2022",
"module": "es2022",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"esModuleInterop": true,
Expand All @@ -12,7 +12,7 @@
"noImplicitThis": true,
"outDir": "dist",
"lib": [
"ES2021",
"es2022",
"DOM"
],
"types": [
Expand Down

0 comments on commit 76396c6

Please sign in to comment.