@flarehr/workflows-progress-app 0.1.2123 → 0.1.2125

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +28 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,28 @@
1
+
2
+ # Workflows.Progress.UI
3
+
4
+ ## Installation
5
+
6
+ To install the project's dependencies, run the following commands:
7
+
8
+ ```bash
9
+ dotnet tool restore
10
+ dotnet restore
11
+ npm install
12
+ ```
13
+
14
+ ## Development
15
+
16
+ To start the development server, run the following commands:
17
+
18
+ ```bash
19
+ npm start
20
+ ```
21
+
22
+ ## Build
23
+
24
+ To build the project, run the following commands:
25
+
26
+ ```bash
27
+ npm run build
28
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/workflows-progress-app",
3
- "version": "0.1.2123",
3
+ "version": "0.1.2125",
4
4
  "description": "Flare Workflows Progress App",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "files": [