From ae960a2ff0280f5c776a51dd0112d17144ae4c68 Mon Sep 17 00:00:00 2001 From: yutent Date: Mon, 10 Oct 2022 19:47:49 +0800 Subject: [PATCH] fixed --- 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 ec8cba3..597a162 100644 --- a/lib/demo-config.js +++ b/lib/demo-config.js @@ -16,7 +16,7 @@ export function writePackageJson(file) { build: 'vue-live build' }, dependencies: { - '@bytedo/vue-live': '^0.0.3' + '@bytedo/vue-live': '^0.0.4' } }), file diff --git a/package.json b/package.json index 9d9e8f6..6b19349 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bytedo/vue-live-cli", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "bin": { "vue-live-cli": "index.js" },