Skip to content

Commit

Permalink
chore: update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
elaine1234 committed May 28, 2019
1 parent 8aead9f commit 32aac95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6",
"version": "3.0.5-beta.3",
"version": "3.0.5-beta.5",
"description": "graph visualization frame work",
"main": "build/g6.js",
"homepage": "https://github.com/antvis/g6",
Expand Down
2 changes: 1 addition & 1 deletion plugins/dagre/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const dagre = require('dagre');
import Base from '../base';
const Base = require('../base');

const DEFAULT_SIZE = 40;

Expand Down
2 changes: 1 addition & 1 deletion src/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

module.exports = {
version: '3.0.5-beta.4',
version: '3.0.5-beta.5',
rootContainerClassName: 'root-container',
nodeContainerClassName: 'node-container',
edgeContainerClassName: 'edge-container',
Expand Down

0 comments on commit 32aac95

Please sign in to comment.