chore: 发布 layui-vue 1.0.2

This commit is contained in:
就眠儀式
2022-04-09 03:31:27 +08:00
parent 14d0f5fdaf
commit a718b6f0f7
6 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@layui/layui-vue",
"version": "1.0.1",
"version": "1.0.2",
"author": "就眠儀式",
"license": "MIT",
"description": "a component library for Vue 3 base on layui-vue",
@@ -27,8 +27,7 @@
"build:es": "vite build --emptyOutDir --config ./script/build.es.ts",
"build:all": "vite build --emptyOutDir --config ./script/build.all.ts",
"build:umd": "vite build --emptyOutDir --config ./script/build.umd.ts",
"build:types": "rimraf types && tsc -d",
"postinstall": "npm run build"
"build:types": "rimraf types && tsc -d"
},
"dependencies": {
"@vueuse/core": "^7.6.2",