aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-07-05 22:06:26 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-07-05 22:06:26 +1000
commita552ff46a21b530c85dd871a1e4a41f0d827a545 (patch)
tree1f5333176b4553fb2ac357d2f3b49df82dea39ec /package.json
parent0275d9e79da1f72044737fb0fbcaa4f136f09c6f (diff)
fix reduceOverlap code which creates ranges if inputs are already ranges
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5b86ed4..60166b8 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"author": "Andrew Harvey <andrew@alantgeo.com.au>",
"license": "MIT",
"scripts": {
- "test": "./node_modules/.bin/tape test/toOSM.js test/cluster.js test/unitsToRanges.js test/withinRange.js test/valueLimits.js test/reduceRangeDuplicates.js"
+ "test": "./node_modules/.bin/tape test/toOSM.js test/cluster.js test/unitsToRanges.js test/withinRange.js test/valueLimits.js test/reduceRangeDuplicates.js test/reduceOverlap.js"
},
"dependencies": {
"@turf/bbox": "^6.3.0",