aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-07 22:00:39 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-07 22:00:39 +1000
commit8581d5182b9b0b126b6cf690e40740ebf5aa1c75 (patch)
treeeb5ee244f0931a35989dbfb60e05696f2835cf42 /package.json
parentbf16ee83f422c06d0f49e09d53de843e128b0dc8 (diff)
reduce numbers within a range duplication
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 a3a45f0..825e344 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": "./node_modules/.bin/tape test/toOSM.js test/cluster.js test/unitsToRanges.js test/withinRange.js"
},
"dependencies": {
"capital-case": "^1.0.4",