使用lerna改造单独发包

This commit is contained in:
liyulin 2023-01-03 19:57:10 +08:00
parent 23ec18945e
commit 74127d31a3
2 changed files with 2 additions and 1 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
registry=http://registry.npm.baidu-int.com

View File

@ -1,6 +1,6 @@
{ {
"name": "@vue-office/docx", "name": "@vue-office/docx",
"version": "0.0.7", "version": "0.0.1",
"description": "通过Vue开发的办公文档预览组件支持docx、pdf、ppt、excel的预览", "description": "通过Vue开发的办公文档预览组件支持docx、pdf、ppt、excel的预览",
"main": "lib/docx.umd.min.js", "main": "lib/docx.umd.min.js",
"author": "hit757", "author": "hit757",