From 52e679ac35b280f0b6870dd65d308d5cd26b8c17 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Thu, 16 Aug 2018 10:57:57 +0200 Subject: [PATCH] Change npm repo to git+https --- client/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'", diff --git a/package.json b/package.json index ba539bd31..e2dbe88a1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/Chocobozzz/PeerTube.git" + "url": "git+https://github.com/Chocobozzz/PeerTube.git" }, "typings": "*.d.ts", "scripts": {