chore: package for site

This commit is contained in:
Yanyan-Wang 2021-01-29 18:50:12 +08:00
parent f01e3bec59
commit 5cdb068efb
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// window.g6 = require('../g6/es'); // import the source for debugging
window.g6 = require('@antv/g6/dist'); // import the package for webworker
window.g6 = require('@antv/g6/dist/g6.min.js'); // import the package for webworker
window.insertCss = require('insert-css');
window.Chart = require('@antv/chart-node-g6');
window.AntVUtil = require('@antv/util');

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/g6-site",
"version": "4.1.5",
"version": "4.1.6",
"description": "G6 sites deployed on gh-pages",
"keywords": [
"antv",
@ -34,7 +34,7 @@
"dependencies": {
"@antv/chart-node-g6": "^0.0.3",
"@antv/util": "^2.0.9",
"@antv/g6": "^4.1.5",
"@antv/g6": "^4.1.6",
"@antv/gatsby-theme-antv": "^1.0.5",
"gatsby": "^2.24.40",
"gh-pages": "^2.1.1",