Skip to content

Commit

Permalink
follow d3/d3#3138
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Sep 3, 2017
1 parent f2c7e82 commit 1c213a5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-geo-voronoi",
"version": "0.0.3",
"version": "0.0.4",
"description": "Spherical Voronoi Diagram and Delaunay Triangulation",
"keywords": [
"d3",
Expand All @@ -10,6 +10,8 @@
],
"license": "MIT",
"main": "build/d3-geo-voronoi.js",
"unpkg": "build/d3-geo-voronoi.js",
"jsdelivr": "build/d3-geo-voronoi.js",
"module": "index",
"jsnext:main": "index",
"homepage": "https://github.com/Fil/d3-geo-voronoi",
Expand All @@ -30,7 +32,7 @@
"scripts": {
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -g d3-array:d3,d3-collection:d3,d3-geo:d3,d3-voronoi:d3 -f umd -n d3 -o build/d3-geo-voronoi.js -- index.js",
"test": "tape 'test/**/*-test.js'",
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-geo-voronoi.js -c negate_iife=false -m -o build/d3-geo-voronoi.min.js",
"prepublishOnly": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-geo-voronoi.js -c negate_iife=false -m -o build/d3-geo-voronoi.min.js",
"postpublish": "zip -j build/d3-geo-voronoi.zip -- LICENSE README.md build/d3-geo-voronoi.js build/d3-geo-voronoi.min.js"
},
"dependencies": {
Expand All @@ -41,8 +43,8 @@
},
"devDependencies": {
"package-preamble": "0.1",
"rollup": "0.41",
"tape": "^4",
"uglify-js": "^2"
"rollup": "0.49",
"tape": "4",
"uglify-js": "32"
}
}

0 comments on commit 1c213a5

Please sign in to comment.