From 4fdd2913593f80c0de244386d663205fbad61efa Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Sat, 17 Jun 2017 15:38:22 +0100 Subject: [PATCH] Now actually exposes force layout --- elm-package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/elm-package.json b/elm-package.json index bba6574..3e12be6 100644 --- a/elm-package.json +++ b/elm-package.json @@ -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", @@ -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",