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 92f2918 commit 51f9240Copy full SHA for 51f9240
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-data-ui",
3
"private": false,
4
- "version": "1.9.3",
+ "version": "1.9.4",
5
"type": "module",
6
"description": "A user-empowering data visualization Vue components library",
7
"keywords": [
@@ -56,7 +56,8 @@
56
"clean": "node cleanup.cjs",
57
"build": "npm run clean && vite build --mode production && node copy-types.cjs && npm i",
58
"preview": "vite preview",
59
- "test": "vitest"
+ "test": "vitest",
60
+ "test:e2e": "npx cypress open"
61
},
62
"devDependencies": {
63
"@vitejs/plugin-vue": "^4.2.3",
0 commit comments