From 8d6ff7a70e5aa6cee618cc8c98892bad76a7430d Mon Sep 17 00:00:00 2001 From: missinglink Date: Wed, 11 Mar 2020 15:35:58 +0100 Subject: [PATCH] feat(package): use node-postal module compatible with node12 This updates our dependencies to use the Node.js 12 (and 10) compatible fork of [node-postal](https://github.com/openvenues/node-postal). The fork is located at [imothee/node-postal](https://github.com/imothee/node-postal). Connects https://github.com/pelias/pelias/issues/800 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24225ce1..30db6ba9 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "jsftp": "^2.0.0", "lodash": "^4.17.4", "morgan": "^1.9.0", - "node-postal": "^1.0.0", + "node-postal": "imothee/node-postal#6d0b00f68a", "pbf2json": "^6.4.0", "pelias-config": "^4.0.0", "pelias-logger": "^1.2.1",