mcdis-vue-ui-library 1.0.167 → 1.1.177

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