sep-yui 0.0.19 → 0.0.20
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/package.json +2 -2
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "sep-yui",
|
3
3
|
"author": "Perov David",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.20",
|
5
5
|
"main": "./dist/sep-yui.umd.ts",
|
6
6
|
"module": "./dist/sep-yui.ts",
|
7
7
|
"types": "./dist/index.d.ts",
|
8
8
|
"scripts": {
|
9
9
|
"dev": "vite",
|
10
10
|
"build": "npm run lint && vue-tsc && vite build",
|
11
|
-
"publish": "npm run build && npm version patch && npm publish",
|
11
|
+
"publish:lib": "npm run build && npm version patch && npm publish",
|
12
12
|
"preview": "vite preview",
|
13
13
|
"lint": "eslint --fix --ext .ts,.vue src",
|
14
14
|
"storybook": "storybook dev -p 6006",
|