imbric-theme 0.1.1 → 0.1.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,11 +16,11 @@
16
16
 
17
17
  _Using NPM_
18
18
  ```bash
19
- npm install ....
19
+ npm install imbric-theme
20
20
  ```
21
21
  _Using Yarn_
22
22
  ```bash
23
- yarn add ....
23
+ yarn add imbric-theme
24
24
  ```
25
25
 
26
26
  #### 2. Using the library
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.1.1",
4
- "description": "A components library to create apps from zero to production",
3
+ "version": "0.1.2",
4
+ "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",
7
7
  "repository": {