From 5c425febfb276c5f77e9639f1b874ae3f5c9906d Mon Sep 17 00:00:00 2001 From: jekkos Date: Tue, 11 Jan 2022 23:23:35 +0100 Subject: [PATCH] Use https for git-script-link-tags --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31aa34a99..9250574a0 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "grunt-contrib-uglify": "~5.0.1", "grunt-contrib-watch": "~0.5.3", "grunt-license-bower": "~1.0.1", - "grunt-script-link-tags": "git://github.com/jekkos/grunt-script-link-tags.git#master", + "grunt-script-link-tags": "https://github.com/jekkos/grunt-script-link-tags.git#master", "grunt-wiredep": "^2.0.0", "load-grunt-tasks": "^3.4.0", "npm": "^6.14.15"