Skip to content

Commit

Permalink
✨ feat(common): export G6 from @antv/g6
Browse files Browse the repository at this point in the history
  • Loading branch information
萌萌的老胖子 committed Jul 8, 2020
1 parent 7a63730 commit fc6885e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/graphin",
"version": "1.4.1",
"version": "1.4.2",
"description": "the react toolkit for graph analysis based on g6",
"main": "./dist/index",
"types": "./dist/index.d",
Expand Down
2 changes: 2 additions & 0 deletions packages/graphin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import Utils from './utils';
import Layout from './layout';
import { Item } from '@antv/g6/lib/types';

export { default as G6 } from '@antv/g6';

export default Graphin;
export { Utils, Layout };

Expand Down

0 comments on commit fc6885e

Please sign in to comment.