From e46cb942f9d8d65143c5a75aa85fc11e3a11aa63 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Mon, 11 Mar 2024 08:44:03 +0100 Subject: [PATCH] fix: update repo paths in package.json Looks like these got mangled. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 930fc0f..4f154e2 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,13 @@ "description": "Convert Node.js streams to streaming iterables", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT", - "homepage": "https://github.com///github.com/alanshaw/stream-to-it#readme", + "homepage": "https://github.com/alanshaw/stream-to-it#readme", "repository": { "type": "git", - "url": "git+https://github.com///github.com/alanshaw/stream-to-it.git" + "url": "git+https://github.com/alanshaw/stream-to-it.git" }, "bugs": { - "url": "https://github.com///github.com/alanshaw/stream-to-it/issues" + "url": "https://github.com/alanshaw/stream-to-it/issues" }, "publishConfig": { "access": "public",