impact-ui 0.1.17 → 0.1.19

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
@@ -12,9 +12,9 @@ npm install --save impact-ui
12
12
 
13
13
  ## Start, Build and Publish
14
14
 
15
- `npm run start:docs // Start docs`
15
+ `npm run start // Start docs`
16
16
 
17
- `npm run build // Build lib`
17
+ `npm run build:lib // Build lib`
18
18
 
19
19
  ```
20
20
  // Upgrade versin in package.json
@@ -22,6 +22,10 @@ npm login
22
22
  npm publish
23
23
  ```
24
24
 
25
+ ## Generate component
26
+
27
+ `npm run generate-component -- <component-name>`
28
+
25
29
  ## Usage
26
30
 
27
31
  ```jsx