@flarehr/superhero-bank-details 0.1.2184 → 0.1.2186

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +27 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,27 @@
1
+ # BankDetails.AdminUI
2
+
3
+ ## Installation
4
+
5
+ To install the project's dependencies, run the following commands:
6
+
7
+ ```bash
8
+ dotnet tool restore
9
+ dotnet restore
10
+ npm install
11
+ ```
12
+
13
+ ## Development
14
+
15
+ To start the development server, run the following commands:
16
+
17
+ ```bash
18
+ npm start
19
+ ```
20
+
21
+ ## Build
22
+
23
+ To build the project, run the following commands:
24
+
25
+ ```bash
26
+ npm run build
27
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/superhero-bank-details",
3
- "version": "0.1.2184",
3
+ "version": "0.1.2186",
4
4
  "type": "module",
5
5
  "description": "Flare Superhero Bank Details Components",
6
6
  "license": "SEE LICENSE IN LICENSE.md",