1.0.17 -> 1.0.18
This commit is contained in:
parent
26e6288529
commit
52d7f57276
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@cellule-financiere-pmo/visua-vue",
|
||||
"version": "1.0.17",
|
||||
"version": "1.0.18",
|
||||
"type": "module",
|
||||
"description": "Vue.js components of the Visua Design System.",
|
||||
"main": "./dist/visua-vue.umd.cjs",
|
||||
|
@ -22,7 +22,7 @@
|
|||
"clean": "rimraf dist",
|
||||
"build": "npm-run-all clean build:assets build:types",
|
||||
"build:assets": "vite build",
|
||||
"build:types": "vue-tsc --emitDeclarationOnly --outDir dist",
|
||||
"build:types": "vue-tsc --emitDeclarationOnly --outDir dist && tsc --project tsconfig.types.json",
|
||||
"prepare": "npm run build",
|
||||
"dev": "vite",
|
||||
"type-check": "vue-tsc --build",
|
||||
|
|
Loading…
Reference in New Issue
Block a user