aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/package.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 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'",
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": {