From dfeb7f3604afe20c27818d926a651e6c6fc8c664 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Wed, 27 Dec 2023 19:54:22 +0100 Subject: [PATCH] Fix URL for GIT repository in package (#343) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 327b89f..bc1fff0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/JedWatson/classnames.git" + "url": "git+https://github.com/JedWatson/classnames.git" }, "type": "commonjs", "main": "./index.js",