Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Nov 21, 2023
1 parent 92f2918 commit 51f9240
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-data-ui",
"private": false,
"version": "1.9.3",
"version": "1.9.4",
"type": "module",
"description": "A user-empowering data visualization Vue components library",
"keywords": [
Expand Down Expand Up @@ -56,7 +56,8 @@
"clean": "node cleanup.cjs",
"build": "npm run clean && vite build --mode production && node copy-types.cjs && npm i",
"preview": "vite preview",
"test": "vitest"
"test": "vitest",
"test:e2e": "npx cypress open"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
Expand Down

0 comments on commit 51f9240

Please sign in to comment.