master
yutent 2022-10-10 19:47:49 +08:00
parent bda7dc06a0
commit ae960a2ff0
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ export function writePackageJson(file) {
build: 'vue-live build'
},
dependencies: {
'@bytedo/vue-live': '^0.0.3'
'@bytedo/vue-live': '^0.0.4'
}
}),
file

View File

@ -1,7 +1,7 @@
{
"name": "@bytedo/vue-live-cli",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"bin": {
"vue-live-cli": "index.js"
},