mirror of
https://gitee.com/antv/g6.git
synced 2024-12-03 12:18:40 +08:00
chore: package for site
This commit is contained in:
parent
f01e3bec59
commit
5cdb068efb
@ -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');
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user