改为 v0.0.1
This commit is contained in:
parent
accd976d27
commit
18fc66f0f6
2 changed files with 4 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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 版"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue