From a48273a7ad155e36e1521063693bf9394eaa2657 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Wed, 20 Oct 2021 06:34:21 -0700 Subject: [PATCH] feat(package.json): Update old package fields It looks like we have not maintained the Geonames `package.json` file for...quite some time. Several links were very out of date, and a few other properties no longer accurately reflected reality as well. Notably the minimum Node.js version has been bumped from 10 to 12. --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 73c56fb..41d821c 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "pelias-geonames", "version": "0.0.0-development", "author": "mapzen", - "description": "Open-source geo-coder & reverse geo-coder", - "homepage": "https://github.com/mapzen/pelias-geonames", + "description": "Import pipleine to bring Geonames data into the Pelias Geocoder", + "homepage": "https://pelias.io", "license": "MIT", "scripts": { "download_metadata": "mkdirp metadata && node bin/updateMetadata.js", @@ -21,20 +21,19 @@ }, "repository": { "type": "git", - "url": "https://github.com/mapzen/pelias-geonames.git" + "url": "https://github.com/pelias/geonames.git" }, "keywords": [ "pelias", "geonames", "geocoder", - "osm", "maps" ], "bugs": { - "url": "https://github.com/mapzen/pelias-geonames/issues" + "url": "https://github.com/pelias/geonames/issues" }, "engines": { - "node": ">=10.0.0" + "node": ">=l2.0.0" }, "dependencies": { "JSONStream": "^1.0.7",