Skip to content

Commit

Permalink
Move "delaunator" to dependencies
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
tannerlinsley authored and mourner committed Apr 10, 2018
1 parent e9f66d9 commit 858a254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
"main": "dist/d3-delaunay.js",
"unpkg": "dist/d3-delaunay.min.js",
"module": "src/index.js",
"dependencies": {
"delaunator": "^2.0.0"
},
"devDependencies": {
"@observablehq/tape": "~0.0.1",
"delaunator": "^2.0.0",
"esm": "^3.0.7",
"rollup": "^0.57.1",
"rollup-plugin-node-resolve": "^3.3.0",
Expand Down

0 comments on commit 858a254

Please sign in to comment.