mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
chore(package): package version 3.0.0-beta.3
This commit is contained in:
parent
a650196d63
commit
0f3e73d8e8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6",
|
||||
"version": "3.0.0-beta.2",
|
||||
"version": "3.0.0-beta.3",
|
||||
"description": "graph visualization frame work",
|
||||
"main": "build/g6.js",
|
||||
"homepage": "https://github.com/antvis/g6",
|
||||
@ -112,7 +112,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/g": "~3.4.0-beta.3",
|
||||
"@antv/g6": "^2.2.6",
|
||||
"@antv/util": "~1.3.1"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
version: '3.0.0-beta.2',
|
||||
version: '3.0.0-beta.3',
|
||||
nodeSize: 40,
|
||||
rootContainerClassName: 'root-container',
|
||||
nodeContainerClassName: 'node-container',
|
||||
|
Loading…
Reference in New Issue
Block a user