@lanaco/lnc-react-ui 3.0.1-rc.1 → 3.0.3

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 (4) hide show
  1. package/README.md +3 -1
  2. package/lib/index.esm.js +22593 -28631
  3. package/lib/index.js +66762 -72791
  4. package/package.json +22 -25
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Lanaco ReactJS UI components library
2
2
 
3
+ [Deployment](https://lanaco.github.io/lnc-react-ui/?path=/docs/intro--page)
4
+
3
5
  This library includes basic and advanced UI components used with ReactJS frontend framework
4
6
 
5
7
  - [Installing](#installing)
@@ -11,7 +13,7 @@ This library includes basic and advanced UI components used with ReactJS fronten
11
13
  ## Installing
12
14
 
13
15
  ```
14
- $ npm install --save-dev @lanaco/lnc-react-ui
16
+ $ npm install @lanaco/lnc-react-ui
15
17
  ```
16
18
 
17
19