From 52e679ac35b280f0b6870dd65d308d5cd26b8c17 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Thu, 16 Aug 2018 10:57:57 +0200 Subject: Change npm repo to git+https --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/package.json b/client/package.json index 0360502f9..d44bc51f4 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/Chocobozzz/PeerTube.git" + "url": "git+https://github.com/Chocobozzz/PeerTube.git" }, "scripts": { "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'", -- cgit v1.2.3