From 31ac633e39b8a6b485cc05abe69c423a83dcc437 Mon Sep 17 00:00:00 2001 From: yutent Date: Fri, 21 Oct 2022 14:23:14 +0800 Subject: [PATCH] 0.0.11 --- lib/demo-config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },