Skip to content

Commit

Permalink
test: 修复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Mar 8, 2024
1 parent 629f165 commit 09b8ab3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/s2-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"private": false,
"name": "@antv/s2",
"version": "2.0.0-next.13",
"type": "module",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"module": "esm/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/s2-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"private": false,
"name": "@antv/s2-react",
"version": "2.0.0-next.12",
"type": "module",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"module": "esm/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/s2-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"private": false,
"name": "@antv/s2-vue",
"version": "2.0.0-next.11",
"type": "module",
"main": "lib/index.js",
"unpkg": "dist/index.min.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 09b8ab3

Please sign in to comment.