aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEvan Siroky <evan.siroky@yahoo.com>2017-03-02 08:27:55 -0800
committerEvan Siroky <evan.siroky@yahoo.com>2017-03-02 08:27:55 -0800
commit8326cf09bf88b24fa6c86f18f255216038224919 (patch)
tree4c15fdd13bccda3ab453d7b101599f4f2c5d0c9e /package.json
parent81c5844f9c7862fe588d9c6d1be4735c934482f2 (diff)
downloadtimezone-boundary-builder-8326cf09bf88b24fa6c86f18f255216038224919.tar.gz
update all packages to latest version
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 10 insertions, 7 deletions
diff --git a/package.json b/package.json
index afb7e9c..ebf803b 100644
--- a/package.json
+++ b/package.json
@@ -10,15 +10,18 @@
"timezone",
"shapefile"
],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/evansiroky/timezone-boundary-builder.git"
+ },
"author": "Evan Siroky",
"license": "MIT",
"dependencies": {
- "async": "^2.1.2",
- "jsts": "^1.2.1",
- "query-overpass": "^1.1.0",
- "rimraf": "^2.5.4",
- "shpjs": "^3.3.2",
- "turf-multipolygon": "^1.0.1",
- "turf-polygon": "^1.0.3"
+ "@turf/helpers": "^3.10.3",
+ "async": "^2.1.5",
+ "jsts": "^1.3.0",
+ "query-overpass": "^1.1.3",
+ "rimraf": "^2.6.1",
+ "shpjs": "^3.3.2"
}
}