From db2875e4ec28e0edb557fc9d3880dd2f7750167c Mon Sep 17 00:00:00 2001 From: D'Angelo Rodriguez <70290504+dangelo352@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:39:41 -0400 Subject: [PATCH] Fix repository URL protocol --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43cdaab..5873eb0 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/dperini/nwsapi.git" + "url": "https://github.com/dperini/nwsapi.git" }, "scripts": { "lint": "eslint ./src/nwsapi.js"