Change npm repo to git+https

This commit is contained in:
Jorropo 2018-08-16 10:57:57 +02:00 committed by Chocobozzz
parent 95d5113575
commit 52e679ac35
2 changed files with 2 additions and 2 deletions

View file

@ -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'",

View file

@ -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": {