aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-08-14 11:19:42 +0100
committerNeil Fuller <nfuller@google.com>2020-08-14 11:36:01 +0100
commit0180319074b89b5586dae16cad98cb76abfcde9f (patch)
tree0290b567ae035559569123cc4889b7f451ce5c49 /package.json
parent9336ecd12108eacadbf838016667eb49806b6f38 (diff)
downloadtimezone-boundary-builder-0180319074b89b5586dae16cad98cb76abfcde9f.tar.gz
More fixes related to review feedback
More fixes related to review feedback: 1) Added yargs to package.json, reran npm update (also updates package-lock.json) 2) Added global variables for downloads_dir / dist_dir, which holds the absolute path for argv.downloads_dir / argv.dist_dir after a call to path.resolve(). Switched the code to use them. 3) Fixed hardcoding of "dist/" and "download/" in the zipInputData step. Tested with: $ node --max-old-space-size=8192 index.js \ --downloads_dir=mydownloads \ --dist_dir=mydist \ --included_zones America/New_York America/Chicago
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 908b68f..dffc1e6 100644
--- a/package.json
+++ b/package.json
@@ -25,10 +25,11 @@
"@turf/bbox": "^6.0.1",
"@turf/helpers": "^6.1.4",
"async": "^3.2.0",
- "jsts": "^2.1.2",
+ "jsts": "^2.5.0",
"query-overpass": "^1.5.5",
"rimraf": "^2.7.1",
- "shpjs": "^3.4.3"
+ "shpjs": "^3.5.0",
+ "yargs": "^15.4.1"
},
"devDependencies": {
"standard": "^12.0.1"