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": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/Chocobozzz/PeerTube.git" "url": "git+https://github.com/Chocobozzz/PeerTube.git"
}, },
"scripts": { "scripts": {
"lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'", "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'",

View File

@ -14,7 +14,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/Chocobozzz/PeerTube.git" "url": "git+https://github.com/Chocobozzz/PeerTube.git"
}, },
"typings": "*.d.ts", "typings": "*.d.ts",
"scripts": { "scripts": {