From 7c85933720dc0367b78fc7601953dd9b20d4019f Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 12 Apr 2022 15:04:07 +0100 Subject: [PATCH] Updated repository links in `package.json` refs https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository - this updates the repository URLs so NPM will link to the correct repo now it's moved under the TryGhost organization --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a9e1c416..27dbb6ebf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sqlite3", "description": "Asynchronous, non-blocking SQLite3 bindings", "version": "5.0.2", - "homepage": "https://github.com/mapbox/node-sqlite3", + "homepage": "https://github.com/TryGhost/node-sqlite3", "author": { "name": "MapBox", "url": "https://mapbox.com/" @@ -38,7 +38,7 @@ ], "repository": { "type": "git", - "url": "git://github.com/mapbox/node-sqlite3.git" + "url": "https://github.com/TryGhost/node-sqlite3.git" }, "dependencies": { "@mapbox/node-pre-gyp": "^1.0.0",