Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morgan-stanley/composeui-node-launcher-example",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"private": true,
"description": "Example usage of @morgan-stanley/composeui-node-launcher-example",
"main": "example.js",
Expand Down
8 changes: 7 additions & 1 deletion src/shell/js/composeui-node-launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# @morgan-stanley/composeui-node-launcher

## Pre-requisites

### For the shell:
* [.Net Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.16-windows-x64-installer)
* [Edge WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section)

## Library

The library enables you to dynamically set properties for your window in your javascript code.
Expand Down Expand Up @@ -43,7 +49,7 @@ In order to set an icon for your application, set the _icon_ property when creat

## CLI

The CLI enables you to execute your app with compose by executing the following command:
The CLI enables you to execute your app with ComposeUI by executing the following command:

```
composeui myapp.js
Expand Down
2 changes: 1 addition & 1 deletion src/shell/js/composeui-node-launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morgan-stanley/composeui-node-launcher",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"private": false,
"description": "Package to launch ComposeUI from Node.js",
"main": "output/index.js",
Expand Down