@ukic/react 3.0.0-alpha.14 → 3.0.0-alpha.15

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.
package/README.md CHANGED
@@ -18,11 +18,11 @@ In the root of your project:
18
18
 
19
19
  ```shell
20
20
  # using npm
21
- npm install @ukic/react@next @ukic/fonts@next @ukic/web-components@next
21
+ npm install @ukic/react @ukic/fonts
22
22
 
23
23
  # using yarn
24
24
  rm package-lock.json
25
- yarn add @ukic/react@next @ukic/fonts@next @ukic/web-components@next
25
+ yarn add @ukic/react @ukic/fonts
26
26
  ```
27
27
 
28
28
  ### Step two