mcdis-vue-ui-library 1.0.159-alpha2 → 1.0.167

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
@@ -17,9 +17,10 @@ npm run serve
17
17
  npm run build
18
18
  Создает бандл с библиотекой
19
19
  ```
20
- ### Storybook
20
+ ### Publising package
21
21
  ```
22
- Запускает Storybook
23
- npm run storybook
22
+ npm publish
23
+ публикует пакет в npm, его в следствии можно установить/обновить
24
+ командой npm i mcdis-vue-ui-library
24
25
  ```
25
26