diff --git a/lib/demo-config.js b/lib/demo-config.js index 30e09c5..674a067 100644 --- a/lib/demo-config.js +++ b/lib/demo-config.js @@ -20,7 +20,7 @@ export function writePackageJson(file, name) { '@bytedo/vue-live': '^0.0.15' } }, - 'null, + null, 2 ), file diff --git a/package.json b/package.json index 317efd8..cb59ca6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-vue-live", "type": "module", - "version": "0.0.15", + "version": "0.0.16", "bin": { "create-vue-live": "index.js" },