@symply.io/basic-components 1.0.0-alpha.1 → 1.0.0-alpha.2

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,14 +31,14 @@
31
31
 
32
32
  <h2>Installation</h2>
33
33
 
34
- `symply-basic-components` is available as an [npm package](https://www.npmjs.com/package/@symply.io/symply-basic-components).
34
+ It is available as an [npm package](https://www.npmjs.com/package/@symply.io/basic-components).
35
35
 
36
36
  ```bash
37
37
  // with npm
38
- npm install @symply.io/symply-basic-components
38
+ npm install @symply.io/basic-components
39
39
 
40
40
  // with yarn
41
- yarn add @symply.io/symply-basic-components
41
+ yarn add @symply.io/basic-components
42
42
  ```
43
43
 
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symply.io/basic-components",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.2",
4
4
  "description": "Basic and reusable components for all frontend of Symply apps",
5
5
  "keywords": [
6
6
  "react",