Skip to content

Commit

Permalink
Now actually exposes force layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gampleman committed Jun 17, 2017
1 parent 9e55de3 commit 4fdd291
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.3.0",
"summary": "A data visualization package for Elm",
"repository": "https://github.com/gampleman/elm-visualization.git",
"license": "MIT",
Expand All @@ -11,7 +11,8 @@
"Visualization.Path",
"Visualization.Axis",
"Visualization.Shape",
"Visualization.List"
"Visualization.List",
"Visualization.Force"
],
"dependencies": {
"elm-lang/core": "5.0.0 <= v < 6.0.0",
Expand Down

0 comments on commit 4fdd291

Please sign in to comment.