master
yutent 2023-01-17 11:46:33 +08:00
parent b85899650e
commit bd10ecf9b4
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ export function writePackageJson(file, name) {
'@bytedo/vue-live': '^0.0.15'
}
},
'null,
null,
2
),
file

View File

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