aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorJorropo <jorropo.pgm@gmail.com>2018-08-16 10:57:57 +0200
committerChocobozzz <me@florianbigard.com>2018-08-20 10:33:45 +0200
commit52e679ac35b280f0b6870dd65d308d5cd26b8c17 (patch)
tree644b4b27ec5adc1793eb6d2c68b725a3abed176a /package.json
parent95d5113575ffe7872861352fec0adc35bbd8754d (diff)
downloadPeerTube-52e679ac35b280f0b6870dd65d308d5cd26b8c17.tar.gz
PeerTube-52e679ac35b280f0b6870dd65d308d5cd26b8c17.tar.zst
PeerTube-52e679ac35b280f0b6870dd65d308d5cd26b8c17.zip
Change npm repo to git+https
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ba539bd31..e2dbe88a1 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
14 }, 14 },
15 "repository": { 15 "repository": {
16 "type": "git", 16 "type": "git",
17 "url": "git://github.com/Chocobozzz/PeerTube.git" 17 "url": "git+https://github.com/Chocobozzz/PeerTube.git"
18 }, 18 },
19 "typings": "*.d.ts", 19 "typings": "*.d.ts",
20 "scripts": { 20 "scripts": {