master
yutent 2022-10-21 14:23:14 +08:00
parent b486f0c7a6
commit 31ac633e39
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ export function writePackageJson(file, name) {
build: 'vue-live build'
},
dependencies: {
'@bytedo/vue-live': '^0.0.6'
'@bytedo/vue-live': '^0.0.11'
}
},
' ',

View File

@ -1,7 +1,7 @@
{
"name": "create-vue-live",
"type": "module",
"version": "0.0.10",
"version": "0.0.11",
"bin": {
"create-vue-live": "index.js"
},