diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 20:32:42 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-05 20:32:42 +1000 |
commit | a219a8abad1110b3dcf9b7d95291b9a42f6f8880 (patch) | |
tree | 9f606f578e4a3adeef866d167ab9d25e7d34cecc /package.json | |
parent | 71c5ec5950d9cf30cc1200ac0c22432dfd7ac1eb (diff) |
lib unitsToRanges
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 13dc6ab..a3a45f0 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": "./node_modules/.bin/tape test/toOSM.js test/cluster.js test/unitsToRanges.js" }, "dependencies": { "capital-case": "^1.0.4", |