aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-15 18:38:43 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-15 18:38:43 +1000
commit566b7ace89a00d64aa9b94d4659d01f79bd31fe9 (patch)
tree838ec1b3bd90d43e14a8e05b463f1359f3979590 /package.json
parent116b43955003421b7c6b6f781b0e0cc329c64063 (diff)
fix reduceRangeDuplicates and add tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
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 <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": "./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",