Comparing version 3.0.16 to 3.1.1
//http://en.wikipedia.org/wiki/Delaunay_triangulation | ||
//https://github.com/ironwallaby/delaunay | ||
var polygon = require('turf-helpers').polygon; | ||
var featurecollection = require('turf-helpers').featureCollection; | ||
var polygon = require('@turf/helpers').polygon; | ||
var featurecollection = require('@turf/helpers').featureCollection; | ||
@@ -6,0 +6,0 @@ /** |
{ | ||
"name": "@turf/tin", | ||
"version": "3.0.16", | ||
"version": "3.1.1", | ||
"description": "turf tin module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
12235