更新到0.1.0

master
yutent 2023-01-31 19:18:46 +08:00
parent bd10ecf9b4
commit e2fc1d8e31
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ export function writePackageJson(file, name) {
build: 'vue-live build' build: 'vue-live build'
}, },
devDependencies: { devDependencies: {
'@bytedo/vue-live': '^0.0.15' '@bytedo/vue-live': '^0.1.0'
} }
}, },
null, null,

View File

@ -61,7 +61,7 @@ import { reactive } from 'vue'
const store = reactive({ const store = reactive({
foo: 'bar', foo: 'bar',
version: '0.0.6' version: '0.1.0'
}) })
export default function (app) { export default function (app) {

View File

@ -1,7 +1,7 @@
{ {
"name": "create-vue-live", "name": "create-vue-live",
"type": "module", "type": "module",
"version": "0.0.16", "version": "0.1.0",
"bin": { "bin": {
"create-vue-live": "index.js" "create-vue-live": "index.js"
}, },