Skip to content

Commit

Permalink
Pick up new version of dagre
Browse files Browse the repository at this point in the history
This version includes fixes to horizontal position. This fixes the
last failing graph in #25.
  • Loading branch information
cpettitt committed Dec 15, 2014
1 parent a7e548d commit 1659551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"dependencies": {
"d3": "^3.3.8",
"dagre": "^0.6.3",
"dagre": "^0.7.0",
"graphlib": "^1.0.1",
"lodash": "^2.4.1"
},
Expand All @@ -38,4 +38,4 @@
"url": "https://github.com/cpettitt/dagre-d3.git"
},
"license": "MIT"
}
}

0 comments on commit 1659551

Please sign in to comment.