Skip to content

Commit

Permalink
Merge pull request #400 from pelias/update-package.json
Browse files Browse the repository at this point in the history
package.json: Update old package fields
  • Loading branch information
orangejulius authored Oct 20, 2021
2 parents 185b972 + a48273a commit 2f514b8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 2f514b8

Please sign in to comment.