From da8e7c17eee81b081b30a2eb1687e950b116d944 Mon Sep 17 00:00:00 2001 From: SebC99 Date: Tue, 13 Jul 2021 18:06:42 +0200 Subject: [PATCH] 3.1.2 --- package-lock.json | 2 +- package.json | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3800e1..9652599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "all-the-cities", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cf46185..16e76db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "all-the-cities", - "version": "3.1.1", + "version": "3.1.2", "description": "All the 138,398 cities of the world with a population of at least 1000 inhabitants, in a big JSON array", "main": "index.js", "scripts": { @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zeke/all-the-cities.git" + "url": "git+https://github.com/hulab/all-the-cities.git" }, "keywords": [ "city", @@ -24,12 +24,6 @@ "mongodb", "geoSpatialSearch" ], - "author": "Zeke Sikelianos (http://zeke.sikelianos.com)", - "license": "MIT", - "bugs": { - "url": "https://github.com/zeke/all-the-cities/issues" - }, - "homepage": "https://github.com/zeke/all-the-cities#readme", "devDependencies": { "cities-with-1000": "git+https://github.com/hulab/cities1000", "split2": "^3.2.2",