From 38421aa4df47ffeac7fe3c85d4431056976bb473 Mon Sep 17 00:00:00 2001 From: Ezra Brooks Date: Mon, 17 Nov 2025 10:50:38 -0700 Subject: [PATCH] Fix repository URL in package.json NPM rejected the publish because this URL mismatched the GitHub repo we were pushing from an Action on. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e882cfd7d..70e3093e6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "roslib", "homepage": "https://robotwebtools.github.io", "description": "The standard ROS Javascript Library", - "version": "2.0.0-alpha4", + "version": "2.0.0-alpha5", "license": "BSD-2-Clause", "files": [ "dist" @@ -68,7 +68,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/RobotWebTools/roslibjs/releases" + "url": "https://github.com/RobotWebTools/roslibjs" }, "bugs": { "url": "https://github.com/RobotWebTools/roslibjs/issues"