Skip to content

Commit

Permalink
Add d3 transition types for fixing error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreCapo committed Apr 8, 2019
1 parent f50bbf3 commit 534c321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "treeviz",
"version": "1.3.1",
"version": "1.3.2",
"description": "Library which aims to represent trees for data visualization",
"keywords": [
"d3",
Expand Down Expand Up @@ -45,6 +45,7 @@
"dependencies": {
"@types/d3-hierarchy": "^1.1.6",
"@types/d3-selection": "^1.4.1",
"@types/d3-transition": "^1.1.4",
"@types/d3-zoom": "^1.7.4",
"d3-hierarchy": "^1.1.8",
"d3-selection": "^1.4.0",
Expand Down

0 comments on commit 534c321

Please sign in to comment.