diff --git a/elm-package.json b/elm-package.json deleted file mode 100644 index 54948c50..00000000 --- a/elm-package.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "version": "2.1.0", - "summary": "2D/3D geometric data types and operations", - "repository": "https://github.com/opensolid/geometry.git", - "license": "MPL-2.0", - "source-directories": [ - "src" - ], - "exposed-modules": [ - "Geometry.ArcLengthParameterization", - "Geometry.ParameterValue", - "Geometry.SweptAngle", - "Arc2d", - "Arc3d", - "Axis2d", - "Axis3d", - "BoundingBox2d", - "BoundingBox3d", - "Circle2d", - "Circle3d", - "CubicSpline2d", - "CubicSpline3d", - "Direction2d", - "Direction3d", - "Ellipse2d", - "EllipticalArc2d", - "Frame2d", - "Frame3d", - "LineSegment2d", - "LineSegment3d", - "Plane3d", - "Point2d", - "Point3d", - "Polygon2d", - "Polyline2d", - "Polyline3d", - "QuadraticSpline2d", - "QuadraticSpline3d", - "SketchPlane3d", - "Sphere3d", - "Triangle2d", - "Triangle3d", - "Vector2d", - "Vector3d" - ], - "dependencies": { - "Skinney/elm-array-exploration": "2.0.5 <= v < 3.0.0", - "elm-lang/core": "5.0.0 <= v < 6.0.0", - "ianmackenzie/elm-float-extra": "1.0.0 <= v < 2.0.0", - "ianmackenzie/elm-interval": "1.0.0 <= v < 2.0.0", - "ianmackenzie/elm-triangular-mesh": "1.0.0 <= v < 2.0.0" - }, - "elm-version": "0.18.0 <= v < 0.19.0" -} diff --git a/elm.json b/elm.json index 1a71e192..dc75255d 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "ianmackenzie/elm-geometry", "summary": "2D/3D geometric data types and operations", "license": "MPL-2.0", - "version": "1.0.0", + "version": "1.0.3", "exposed-modules": [ "Arc2d", "Arc3d",