From 281a18d32461f3b18d64e429f1724b6a43e5aaf5 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 22 Jan 2024 08:53:16 +0100 Subject: [PATCH] Normalize url in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3bcc5cc..e7efa34 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/codemirror/lang-yaml.git" + "url": "git+https://github.com/codemirror/lang-yaml.git" } }