diff options
author | Jorropo <jorropo.pgm@gmail.com> | 2018-08-16 10:57:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-20 10:33:45 +0200 |
commit | 52e679ac35b280f0b6870dd65d308d5cd26b8c17 (patch) | |
tree | 644b4b27ec5adc1793eb6d2c68b725a3abed176a /client | |
parent | 95d5113575ffe7872861352fec0adc35bbd8754d (diff) | |
download | PeerTube-52e679ac35b280f0b6870dd65d308d5cd26b8c17.tar.gz PeerTube-52e679ac35b280f0b6870dd65d308d5cd26b8c17.tar.zst PeerTube-52e679ac35b280f0b6870dd65d308d5cd26b8c17.zip |
Change npm repo to git+https
Diffstat (limited to 'client')
-rw-r--r-- | client/package.json | 2 |
1 files changed, 1 insertions, 1 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 @@ | |||
10 | }, | 10 | }, |
11 | "repository": { | 11 | "repository": { |
12 | "type": "git", | 12 | "type": "git", |
13 | "url": "git://github.com/Chocobozzz/PeerTube.git" | 13 | "url": "git+https://github.com/Chocobozzz/PeerTube.git" |
14 | }, | 14 | }, |
15 | "scripts": { | 15 | "scripts": { |
16 | "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'", | 16 | "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'", |