mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 11:48:29 +08:00
chore: update 3d and react publish config (#5742)
* chore: update 3d and react publish config * chore: update g6 version to beta.36
This commit is contained in:
parent
2f8365bfd6
commit
2109e25895
@ -48,5 +48,9 @@
|
|||||||
"@antv/g": "^6.0.5",
|
"@antv/g": "^6.0.5",
|
||||||
"@antv/g-canvas": "^2.0.4",
|
"@antv/g-canvas": "^2.0.4",
|
||||||
"@antv/g6": "^5.0.0-beta.30"
|
"@antv/g6": "^5.0.0-beta.30"
|
||||||
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public",
|
||||||
|
"registry": "https://registry.npmjs.org/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -51,5 +51,9 @@
|
|||||||
"@antv/g6": "^5.0.0-beta.30",
|
"@antv/g6": "^5.0.0-beta.30",
|
||||||
"react": ">=16.8",
|
"react": ">=16.8",
|
||||||
"react-dom": ">=16.8"
|
"react-dom": ">=16.8"
|
||||||
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public",
|
||||||
|
"registry": "https://registry.npmjs.org/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antv/g6",
|
"name": "@antv/g6",
|
||||||
"version": "5.0.0-beta.35",
|
"version": "5.0.0-beta.36",
|
||||||
"description": "A Graph Visualization Framework in JavaScript",
|
"description": "A Graph Visualization Framework in JavaScript",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"antv",
|
"antv",
|
||||||
|
Loading…
Reference in New Issue
Block a user