sep-yui 0.0.63 → 0.0.64
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/dist/sep-yui.es.ts +844 -848
- package/dist/sep-yui.umd.ts +22 -34
- package/dist/style.css +1 -1
- package/package.json +2 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "sep-yui",
|
3
3
|
"author": "Perov David",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.64",
|
5
5
|
"main": "./dist/sep-yui.umd.ts",
|
6
6
|
"module": "./dist/sep-yui.ts",
|
7
7
|
"types": "./dist/index.d.ts",
|
@@ -67,7 +67,6 @@
|
|
67
67
|
"preview": "vite preview",
|
68
68
|
"lint": "eslint --fix --ext .ts,.vue src",
|
69
69
|
"storybook": "storybook dev -p 6006",
|
70
|
-
"build-storybook": "storybook build"
|
71
|
-
"postinstall": "lefthook install"
|
70
|
+
"build-storybook": "storybook build"
|
72
71
|
}
|
73
72
|
}
|