Skip to content

Commit 95b8cfa

Browse files
update name
1 parent 8ceaa17 commit 95b8cfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vuetify-stepper-form",
2+
"name": "@wdns/vuetify-stepper-form",
33
"version": "1.0.0-beta1",
44
"description": "The Vuetify Stepper Form plugin provides a structured way to create multi-step forms using Vue 3, TypeScript, and Vuetify. It features a stepper layout that allows users to navigate between steps with form validation. The plugin is customizable and streamlines building dynamic, interactive forms that guide users through sequential steps.",
55
"private": false,

vite.build.config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import vue from '@vitejs/plugin-vue';
1111
import vuetify, { transformAssetUrls } from 'vite-plugin-vuetify';
1212
import { viteStaticCopy } from 'vite-plugin-static-copy';
1313

14+
1415
const scopedPackageName = pkg.name;
1516
const packageName = scopedPackageName.split('/')[1];
1617

17-
1818
const banner = `/**
1919
* @name ${scopedPackageName}
2020
* @version ${pkg.version}

0 commit comments

Comments
 (0)