Skip to content

Commit cbc9980

Browse files
committed
v2.1.40
1 parent 97f43b2 commit cbc9980

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "2.1.39",
4+
"version": "2.1.40",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
77
"keywords": [
@@ -27,6 +27,7 @@
2727
"molecule",
2828
"mood radar",
2929
"quadrant",
30+
"quick chart",
3031
"radar",
3132
"rating",
3233
"relationship circle",
@@ -67,10 +68,10 @@
6768
"./style.css": "./dist/style.css"
6869
},
6970
"scripts": {
70-
"dev": "npm i && vite",
71+
"dev": "node add-dev-dep.cjs && npm i && vite",
7172
"clean": "node cleanup.cjs",
7273
"build": "npm run clean && vite build --mode production && node copy-types.cjs && npm i",
73-
"prod": "npm run test && npx cypress run --component && npm run clean && vite build --mode production && node copy-types.cjs && node copy-docs.cjs",
74+
"prod": "node del-dev-dep.cjs && npm run test && npx cypress run --component && npm run clean && vite build --mode production && node copy-types.cjs && node copy-docs.cjs",
7475
"build:dev": "npm run build && npm run dev",
7576
"test": "vitest --run",
7677
"test:w": "vitest --watch",
@@ -88,4 +89,4 @@
8889
"vitest": "^0.34.1",
8990
"vue": "^3.3.4"
9091
}
91-
}
92+
}

0 commit comments

Comments
 (0)