fixed
parent
b85899650e
commit
bd10ecf9b4
|
@ -20,7 +20,7 @@ export function writePackageJson(file, name) {
|
||||||
'@bytedo/vue-live': '^0.0.15'
|
'@bytedo/vue-live': '^0.0.15'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'null,
|
null,
|
||||||
2
|
2
|
||||||
),
|
),
|
||||||
file
|
file
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "create-vue-live",
|
"name": "create-vue-live",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.15",
|
"version": "0.0.16",
|
||||||
"bin": {
|
"bin": {
|
||||||
"create-vue-live": "index.js"
|
"create-vue-live": "index.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue