We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570ebba commit 8b0ded8Copy full SHA for 8b0ded8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-collapsed",
3
- "version": "1.2.7",
+ "version": "1.2.8",
4
"private": false,
5
"description": "Dynamic CSS height transition from any to auto and vice versa for Vue 3. Accordion ready.",
6
"keywords": [
@@ -43,6 +43,7 @@
43
"postbuild": "pnpm pack",
44
"build:app": "vite build --mode app",
45
"dev": "vite",
46
+ "preview": "vite build --mode app && vite preview",
47
"prepare": "husky install",
48
"test:chrome": "cypress run --component --browser chrome",
49
"test:firefox": "cypress run --component --browser firefox",
0 commit comments