]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Change npm repo to git+https
authorJorropo <jorropo.pgm@gmail.com>
Thu, 16 Aug 2018 08:57:57 +0000 (10:57 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 20 Aug 2018 08:33:45 +0000 (10:33 +0200)
client/package.json
package.json

index 0360502f99798921813e106864f33a30f401d05d..d44bc51f4086475713c728b555c0d107fc5088b6 100644 (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'",
index ba539bd313d1c8e86cee5ac85063e028958777bd..e2dbe88a145dde0d7c3264ef64f6bc66cde31a56 100644 (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": {