From 681e1461e5afabd2aa9dcd7cfd47437fe61a3101 Mon Sep 17 00:00:00 2001 From: William Wong Date: Tue, 3 Feb 2026 14:34:46 -0800 Subject: [PATCH] Remove git+ from repository.url Provenance requires https:// than git+https://. We are removing git+ so provenance will work automatically. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d70203a..1dd8f01f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Microsoft/BotFramework-DirectLineJS.git" + "url": "https://github.com/Microsoft/BotFramework-DirectLineJS.git" }, "author": "Microsoft Corporation", "license": "MIT",