d3-geo-voronoi
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,2 +0,2 @@ | ||
// https://github.com/Fil/d3-geo-voronoi Version 0.0.5. Copyright 2017 Philippe Riviere. | ||
// https://github.com/Fil/d3-geo-voronoi Version 0.0.6. Copyright 2017 Philippe Riviere. | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('d3-array'), require('d3-collection'), require('d3-geo'), require('d3-voronoi')) : |
{ | ||
"name": "d3-geo-voronoi", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Spherical Voronoi Diagram and Delaunay Triangulation", | ||
@@ -13,4 +13,4 @@ "keywords": [ | ||
"main": "build/d3-geo-voronoi.js", | ||
"unpkg": "build/d3-geo-voronoi.js", | ||
"jsdelivr": "build/d3-geo-voronoi.js", | ||
"unpkg": "build/d3-geo-voronoi.min.js", | ||
"jsdelivr": "build/d3-geo-voronoi.min.js", | ||
"module": "index", | ||
@@ -49,4 +49,4 @@ "jsnext:main": "index", | ||
"tape": "4", | ||
"uglify-js": "3" | ||
"uglify-js": "*" | ||
} | ||
} |
9508674