From 566b7ace89a00d64aa9b94d4659d01f79bd31fe9 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Sat, 15 May 2021 18:38:43 +1000 Subject: fix reduceRangeDuplicates and add tests --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 388427e..f13575e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Andrew Harvey ", "license": "MIT", "scripts": { - "test": "./node_modules/.bin/tape test/toOSM.js test/cluster.js test/unitsToRanges.js test/withinRange.js test/valueLimits.js" + "test": "./node_modules/.bin/tape test/toOSM.js test/cluster.js test/unitsToRanges.js test/withinRange.js test/valueLimits.js test/reduceRangeDuplicates.js" }, "dependencies": { "capital-case": "^1.0.4", @@ -14,6 +14,7 @@ "clone-deep": "^4.0.1", "flatbush": "^3.3.0", "geoflatbush": "^1.0.0", + "mktemp": "^1.0.0", "ndjson": "^2.0.0", "readable-stream": "^3.6.0", "tape": "^5.2.2", -- cgit v1.2.3