From: Jorropo Date: Thu, 16 Aug 2018 08:57:57 +0000 (+0200) Subject: Change npm repo to git+https X-Git-Tag: delete~3 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=52e679ac35b280f0b6870dd65d308d5cd26b8c17;p=github%2FChocobozzz%2FPeerTube.git Change npm repo to git+https --- 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": {