@turf/centroid
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "@turf/centroid", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "turf centroid module", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/Turfjs/turf-centroid.git" | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
@@ -23,5 +23,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf-centroid/issues" | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf-centroid", | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"devDependencies": { | ||
@@ -33,5 +33,5 @@ "benchmark": "^1.0.0", | ||
"dependencies": { | ||
"@turf/meta": "^3.0.15", | ||
"@turf/helpers": "^3.0.15" | ||
"@turf/meta": "^3.0.16", | ||
"@turf/helpers": "^3.0.16" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# turf-centroid | ||
# @turf/centroid | ||
@@ -12,3 +12,3 @@ # centroid | ||
- `features` **(Feature | FeatureCollection)** input features | ||
- `features` **([Feature](http://geojson.org/geojson-spec.html#feature-objects) \| [FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects))** input features | ||
@@ -43,3 +43,3 @@ **Examples** | ||
Returns **Feature<Point>** the centroid of the input features | ||
Returns **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** the centroid of the input features | ||
@@ -58,3 +58,3 @@ --- | ||
```sh | ||
$ npm install turf-centroid | ||
$ npm install @turf/centroid | ||
``` | ||
@@ -65,3 +65,3 @@ | ||
```sh | ||
$ npm install turf | ||
$ npm install @turf/turf | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5160
Updated@turf/helpers@^3.0.16
Updated@turf/meta@^3.0.16