From 18fc66f0f6c8b47ff53db947a98584ed211e5f05 Mon Sep 17 00:00:00 2001 From: frostime Date: Fri, 19 May 2023 23:29:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=20v0.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 +++---- plugin.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b32cda8..b04aebb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "sy-plugin-template-vite", - "version": "1.0.0", + "name": "plugin-sample-vite-svelte", + "version": "0.0.1", "type": "module", "description": "", "repository": "", @@ -9,8 +9,7 @@ "license": "GPL-3.0", "scripts": { "dev": "vite build --watch", - "build": "vite build", - "start": "vite preview" + "build": "vite build" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^2.0.3", diff --git a/plugin.json b/plugin.json index 5e25b53..f5534ca 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "plugin-sample-vite-svelte", "author": "frostime", "url": "https://github.com/siyuan-note/plugin-sample-vite-svelte", - "version": "1.0.0", + "version": "0.0.1", "displayName": { "en_US": "Plugin sample with vite and svelte", "zh_CN": "插件样例 vite + svelte 版"