diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-02 23:52:00 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-05-02 23:52:00 +1000 |
commit | 8c77027738a71bff64ef8d02ac16eaa0c83f7bb3 (patch) | |
tree | c098da3732a04da568b9b7c9d604c7a6c85491e0 /package.json | |
parent | 64e6b4e49bcd8bf8829bdcf627e7e87086588c36 (diff) |
add code to reduce overlapping points with different units only into addr:flats
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 5a1b265..bf160f8 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,8 @@ "ndjson": "^2.0.0", "readable-stream": "^3.6.0", "title-case": "^3.0.3" + }, + "engines": { + "node": ">=12.3" } } |