Merge pull request #929 from antvis/fix-cache-20191117

fix: G6 package delete public and .cache file
This commit is contained in:
Moyee 2019-11-17 10:56:22 +08:00 committed by GitHub
commit e1bb95d90f
3 changed files with 8 additions and 2 deletions

View File

@ -75,3 +75,9 @@ docs
temp
webpack-dev.config.js
webpack.config.js
public
.cache
site
examples
gatsby-browser.js
gatsby-config.js

View File

@ -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",

View File

@ -3,7 +3,7 @@
*/
module.exports = {
version: '3.1.8',
version: '3.1.9',
rootContainerClassName: 'root-container',
nodeContainerClassName: 'node-container',
edgeContainerClassName: 'edge-container',