aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-10-07 12:43:09 +1100
committerYuchen Pei <id@ypei.org>2023-10-07 12:43:09 +1100
commit6973b0fc996ef0fea6cab1dbc1a89d7972e68270 (patch)
tree10e33fe68693ae6d5b6b5f61e54eba4cdc635790
parentc6cc7742bcc9dbcdfae2935d4c7ed962aa442856 (diff)
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')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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"