diff --git a/lib/demo-config.js b/lib/demo-config.js index cd3a83b..7b777e7 100644 --- a/lib/demo-config.js +++ b/lib/demo-config.js @@ -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' } }, ' ', diff --git a/package.json b/package.json index fbc1854..e156cfb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-vue-live", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "bin": { "create-vue-live": "index.js" },