From 3768fac98943b5ea993dd9e345e62d78fc51b0e7 Mon Sep 17 00:00:00 2001 From: youkiey <49824868+youkiey@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:46:57 +0800 Subject: [PATCH] chore: use HTTPS package metadata URLs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba07640..687fca3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/gulp-community/gulp-less.git" + "url": "git+https://github.com/gulp-community/gulp-less.git" }, "engines": { "node": ">=6"