sep-yui 0.0.4 → 0.0.6

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "sep-yui",
3
3
  "author": "Andrey Adreevich",
4
4
  "email": "david.perov60@gmai.com",
5
- "version": "0.0.4",
5
+ "version": "0.0.6",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",
8
8
  "main": "./dist/npo-sep-ui.umd.ts",
@@ -11,7 +11,7 @@
11
11
  "scripts": {
12
12
  "dev": "vite",
13
13
  "build": "vue-tsc && vite build",
14
- "publish": "vue-tsc && vite build && npm version patch && npm publish",
14
+ "npm:push": "vue-tsc && vite build && npm version patch && npm publish",
15
15
  "preview": "vite preview",
16
16
  "storybook": "storybook dev -p 6006",
17
17
  "build-storybook": "storybook build"