This commit is contained in:
liyulin 2023-01-03 19:41:01 +08:00
parent aaff79c5cd
commit 5442a6c6d6
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.0"
"version": "0.0.6"
}

View File

@ -1,11 +1,11 @@
{
"name": "@vue-office/docx",
"version": "1.0.0",
"version": "0.0.6",
"description": "通过Vue开发的办公文档预览组件支持docx、pdf、ppt、excel的预览",
"main": "lib/docx.umd.min.js",
"author": "hit757",
"files": [
"lib"
"lib"
],
"scripts": {
"build": "vue-cli-service build --target lib --dest lib index.js"

View File

@ -1,11 +1,11 @@
{
"name": "@vue-office/excel",
"version": "1.0.0",
"version": "0.0.6",
"description": "通过Vue开发的办公文档预览组件支持docx、pdf、ppt、excel的预览",
"main": "lib/excel.umd.min.js",
"author": "hit757",
"files": [
"lib"
"lib"
],
"scripts": {
"build": "vue-cli-service build --target lib --dest lib index.js"

View File

@ -1,11 +1,11 @@
{
"name": "@vue-office/pdf",
"version": "1.0.0",
"version": "0.0.6",
"description": "通过Vue开发的办公文档预览组件支持docx、pdf、ppt、excel的预览",
"main": "lib/pdf.umd.min.js",
"author": "hit757",
"files": [
"lib"
"lib"
],
"scripts": {
"build": "vue-cli-service build --target lib --dest lib index.js"