Skip to content

Commit

Permalink
releases 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Mar 8, 2021
1 parent 5fdaa87 commit da698aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-export-pdf",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"description": "基于 vxe-table 的表格插件,支持导出 pdf 格式",
"scripts": {
"lib": "gulp build"
Expand Down Expand Up @@ -51,11 +51,11 @@
"prettier": "^2.1.2",
"typescript": "^4.0.5",
"vue": "^3.0.6",
"vxe-table": "^4.0.0-beta.18",
"vxe-table": "^4.0.0",
"xe-utils": "^3.1.11"
},
"peerDependencies": {
"vxe-table": ">= 4"
"vxe-table": "^4.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit da698aa

Please sign in to comment.