From 6973b0fc996ef0fea6cab1dbc1a89d7972e68270 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 7 Oct 2023 12:43:09 +1100 Subject: Fix string-comparison version 1.2.0 does not work, so we pin it to 1.1.0 TypeError: Cannot read properties of undefined (reading 'similarity') --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60166b8..b2aee8d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "osm-geojson": "^0.8.4", "polygon-lookup": "^2.6.0", "readable-stream": "^3.6.0", - "string-comparison": "^1.0.9", + "string-comparison": "1.1.0", "tape": "^5.2.2", "xml-js": "^1.6.11", "yargs": "^17.0.1" -- cgit v1.2.3