mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 12:49:04 +08:00
chore(package): update package version
This commit is contained in:
parent
9ed0abf580
commit
cdbc6907cf
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antv/g6",
|
"name": "@antv/g6",
|
||||||
"version": "3.0.0-beta.12",
|
"version": "3.0.0-beta.13",
|
||||||
"description": "graph visualization frame work",
|
"description": "graph visualization frame work",
|
||||||
"main": "build/g6.js",
|
"main": "build/g6.js",
|
||||||
"homepage": "https://github.com/antvis/g6",
|
"homepage": "https://github.com/antvis/g6",
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
/**
|
/**
|
||||||
* @fileOverview global config
|
* @fileOverview global config
|
||||||
* @author huangtonger@aliyun.com
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
version: '3.0.0-beta.12',
|
version: '3.0.0-beta.13',
|
||||||
rootContainerClassName: 'root-container',
|
rootContainerClassName: 'root-container',
|
||||||
nodeContainerClassName: 'node-container',
|
nodeContainerClassName: 'node-container',
|
||||||
edgeContainerClassName: 'edge-container',
|
edgeContainerClassName: 'edge-container',
|
||||||
|
Loading…
Reference in New Issue
Block a user