Skip to content

Commit

Permalink
chore: 0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed May 13, 2024
1 parent 69231d4 commit 6160ce2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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/hierarchy",
"version": "0.6.11",
"version": "0.6.12",
"description": "layout algorithms for visualizing hierarchical data",
"main": "build/hierarchy.js",
"browser": "build/hierarchy.js",
Expand Down
2 changes: 0 additions & 2 deletions src/util.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { mix } = require('@antv/util');

/**
* Get average height or height for node's position calculation, according to align.
* @param {*} preNode previous node
Expand Down

0 comments on commit 6160ce2

Please sign in to comment.