@turf/tesselate
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"name": "@turf/tesselate", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "[Turf](http://turfjs.org/) tesselate module", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/Turfjs/turf-tesselate.git" | ||
"url": "git://github.com/Turfjs/turf.git" | ||
}, | ||
@@ -28,13 +28,13 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/Turfjs/turf-tesselate/issues" | ||
"url": "https://github.com/Turfjs/turf/issues" | ||
}, | ||
"homepage": "https://github.com/Turfjs/turf-tesselate", | ||
"homepage": "https://github.com/Turfjs/turf", | ||
"devDependencies": { | ||
"tape": "^4.0.0", | ||
"@turf/helpers": "^3.0.15" | ||
"@turf/helpers": "^3.0.16" | ||
}, | ||
"dependencies": { | ||
"earcut": "^2.0.0", | ||
"@turf/helpers": "^3.0.15" | ||
"@turf/helpers": "^3.0.16" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# turf-tesselate | ||
# @turf/tesselate | ||
@@ -10,3 +10,3 @@ # tesselate | ||
- `polygon` **Feature<Polygon>** the polygon to tesselate | ||
- `polygon` **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** the polygon to tesselate | ||
@@ -23,3 +23,3 @@ **Examples** | ||
Returns **FeatureCollection<Polygon>** a geometrycollection feature | ||
Returns **[FeatureCollection](http://geojson.org/geojson-spec.html#feature-collection-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** a geometrycollection feature | ||
@@ -38,3 +38,3 @@ --- | ||
```sh | ||
$ npm install turf-tesselate | ||
$ npm install @turf/tesselate | ||
``` | ||
@@ -45,3 +45,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
99573
Updated@turf/helpers@^3.0.16