From b29e6765023de85f970ddba0a2b485de9e6b8ace Mon Sep 17 00:00:00 2001 From: Alberto Ricart Date: Fri, 10 Jan 2025 13:07:34 -0600 Subject: [PATCH] updated repository listed in package.json as the repo has moved. (#645) [ci skip] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 95b04f0..b0a778d 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,10 @@ "homepage": "https://nats.io", "repository": { "type": "git", - "url": "git@github.com:nats-io/nats.js.git" + "url": "git@github.com:nats-io/nats.node.git" }, "bugs": { - "url": "https://github.com/nats-io/nats.js/issues" + "url": "https://github.com/nats-io/nats.node/issues" }, "license": "Apache-2.0", "private": false,