From 1b2e666d2fd791b8ec38518c239342316f6102cc Mon Sep 17 00:00:00 2001 From: Alex Anderson <191496+alxndrsn@users.noreply.github.com> Date: Thu, 2 Nov 2023 19:17:43 +0300 Subject: [PATCH] npm: update repo links to reflect move to pouchdb org (#15) Per move from daleharvey to pouchdb: https://github.com/pouchdb/pouchdb/pull/4050#issuecomment-122787424 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5acb6a2..0af0172 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/daleharvey/pouchdb-express-router.git" + "url": "https://github.com/pouchdb/pouchdb-express-router.git" }, "keywords": [ "pouchdb", @@ -28,7 +28,7 @@ "author": "Dale Harvey", "license": "Apache v2", "bugs": { - "url": "https://github.com/daleharvey/pouchdb-express-router/issues" + "url": "https://github.com/pouchdb/pouchdb-express-router/issues" }, - "homepage": "https://github.com/daleharvey/pouchdb-express-router" + "homepage": "https://github.com/pouchdb/pouchdb-express-router" }