Skip to content

Commit 487a10f

Browse files
Version bump
1 parent fdff6c6 commit 487a10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-inline-fields",
3-
"version": "1.0.0-beta-1.1",
3+
"version": "1.0.0-beta-1.2",
44
"description": "Vuetify's Inline Form Fields Component Library offers a comprehensive collection of reusable UI components designed to create elegant and efficient inline form fields within your applications.",
55
"private": false,
66
"main": "dist/vuetify-inline-fields.cjs.js",
@@ -11,7 +11,7 @@
1111
"watch": "pnpm dev",
1212
"play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite",
1313
"bundle": "rollup -c --bundleConfigAsCjs",
14-
"build": "vite build --config vite.build.config.ts",
14+
"build": "vue-tsc && vite build --config vite.build.config.ts",
1515
"build:docs": "vite build",
1616
"predeploy": "npm run build",
1717
"deploy": "gh-pages -d docs",

0 commit comments

Comments
 (0)