mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 11:48:29 +08:00
Merge pull request #929 from antvis/fix-cache-20191117
fix: G6 package delete public and .cache file
This commit is contained in:
commit
e1bb95d90f
@ -75,3 +75,9 @@ docs
|
||||
temp
|
||||
webpack-dev.config.js
|
||||
webpack.config.js
|
||||
public
|
||||
.cache
|
||||
site
|
||||
examples
|
||||
gatsby-browser.js
|
||||
gatsby-config.js
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6",
|
||||
"version": "3.1.8",
|
||||
"version": "3.1.9",
|
||||
"description": "graph visualization frame work",
|
||||
"main": "build/g6.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
version: '3.1.8',
|
||||
version: '3.1.9',
|
||||
rootContainerClassName: 'root-container',
|
||||
nodeContainerClassName: 'node-container',
|
||||
edgeContainerClassName: 'edge-container',
|
||||
|
Loading…
Reference in New Issue
Block a user