fixed
parent
b85899650e
commit
bd10ecf9b4
|
@ -20,7 +20,7 @@ export function writePackageJson(file, name) {
|
|||
'@bytedo/vue-live': '^0.0.15'
|
||||
}
|
||||
},
|
||||
'null,
|
||||
null,
|
||||
2
|
||||
),
|
||||
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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue