Skip to content

Commit 8b6915d

Browse files
committed
Trimmed some details from package.json of multiple packages.
1 parent ee6fcb3 commit 8b6915d

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

packages/turf-along/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/along",
33
"version": "7.2.0",
4-
"description": "Calculates a point along a LineString at a specific distance",
4+
"description": "Calculates a point along a line at a specific distance",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-angle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/angle",
33
"version": "7.2.0",
4-
"description": "Finds the angle formed by two adjacent segments defined by 3 points. The result will be the (positive clockwise) angle with origin on the startPoint-midPoint segment, or its explementary angle if required.",
4+
"description": "Finds the angle formed by two adjacent segments.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Denis <@DenisCarriere>"

packages/turf-bezier-spline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/bezier-spline",
33
"version": "7.2.0",
4-
"description": "Smooths a LineString into a curve using Bézier splines, great for visualizing routes.",
4+
"description": "Smooths a line into a curve using Bézier splines, great for visualizing routes.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-circle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/circle",
33
"version": "7.2.0",
4-
"description": "Takes a Point and calculates the circle polygon given a radius in degrees, radians, miles, or kilometers; and steps for precision.",
4+
"description": "Takes a point and calculates the circle polygon given a radius.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-kinks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/kinks",
33
"version": "7.2.0",
4-
"description": "Takes a linestring, multi-linestring, multi-polygon or polygon and returns points at all self-intersections.",
4+
"description": "Takes a GeoJSON feature and returns points at all self-intersections.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-length/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/length",
33
"version": "7.2.0",
4-
"description": " Calculates the length of a LineString or MultiLineString, perfect for paths or routes.",
4+
"description": " Calculates the length of a line, perfect for paths or routes.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Denis Carriere <@DenisCarriere>",

packages/turf-line-chunk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/line-chunk",
33
"version": "7.2.0",
4-
"description": "Divides a LineString into chunks of a specified length. If the line is shorter than the segment length then the original line is returned.",
4+
"description": "Divides a LineString into chunks of a specified length.",
55
"author": "Turf Authors",
66
"contributors": [
77
"Tim Channell <@tcql>",

packages/turf-line-segment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/line-segment",
33
"version": "7.2.0",
4-
"description": "Creates a FeatureCollection of 2-vertex LineString segments from a (Multi)LineString or (Multi)Polygon.",
4+
"description": "Creates line segments from a GeoJSON feature.",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

packages/turf-line-to-polygon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/line-to-polygon",
33
"version": "7.2.0",
4-
"description": "Converts (Multi)LineString(s) to Polygon(s).",
4+
"description": "Converts line(s) to polygon(s).",
55
"author": "Turf Authors",
66
"contributors": [
77
"Denis Carriere <@DenisCarriere>"

packages/turf-points-within-polygon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@turf/points-within-polygon",
33
"version": "7.2.0",
4-
"description": "Finds Points or MultiPoint coordinate positions that fall within (Multi)Polygon(s).",
4+
"description": "Finds points that fall within polygon(s).",
55
"author": "Turf Authors",
66
"license": "MIT",
77
"bugs": {

0 commit comments

Comments
 (0)