From b5a4dc5d0c07c00ea525f5422a7bc94fa450f4d7 Mon Sep 17 00:00:00 2001 From: Brian Ingenito Date: Mon, 3 Feb 2025 11:28:50 -0500 Subject: [PATCH] Update package.json repository url for casing Specific format is required for sigstore to match provenance and sign the package for npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f041266..69f9c06 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/MorganStanley/needle.git" + "url": "https://github.com/morganstanley/needle" }, "publishConfig": { "access": "public"