X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=9c63c67b4f1fdf6c25514e3cdac5a73fb68c3fc6;hb=3eeeb87fe62fab3e48455f53c8a725b49878b9b3;hp=281d169c67555586cf58da809551dea7a9458b84;hpb=0dd079da272df8d532f0086d7c91597b43e7a143;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 281d169c6..9c63c67b4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "update-host": "scripty", "test": "scripty", "help": "scripty", - "postinstall": "cd client && npm install" + "postinstall": "cd client && yarn install" }, "dependencies": { "async": "^2.0.0", @@ -50,7 +50,7 @@ "debug": "^2.2.0", "dezalgo": "^1.0.3", "express": "^4.12.4", - "express-oauth-server": "https://github.com/Chocobozzz/express-oauth-server", + "express-oauth-server": "2.0.0-b1", "express-validator": "^3.1.0", "fluent-ffmpeg": "^2.1.0", "js-yaml": "^3.5.4",