@flarehr/workflows-progress-app 3.40.1 → 3.42.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/README.md +0 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/workflows-progress-app",
3
- "version": "3.40.1",
3
+ "version": "3.42.0",
4
4
  "description": "Flare Workflows Progress App",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "files": [
package/README.md DELETED
@@ -1,28 +0,0 @@
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
- ```