]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
add option to always show channel display name
[github/Chocobozzz/PeerTube.git] / package.json
index d6efb1db040dfdc528908d7aa73b632754b969a2..c4638228627318d393d7056eabee1d28bbaecab2 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "peertube",
   "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.",
-  "version": "3.4.0-rc.1",
+  "version": "3.4.0",
   "private": true,
   "licence": "AGPL-3.0",
   "engines": {
@@ -22,7 +22,7 @@
   },
   "typings": "*.d.ts",
   "scripts": {
-    "e2e": "bash ./scripts/e2e/index.sh",
+    "e2e:browserstack": "bash ./scripts/e2e/browserstack.sh",
     "e2e:local": "bash ./scripts/e2e/local.sh",
     "setup:cli": "bash ./scripts/setup/cli.sh",
     "build": "bash ./scripts/build/index.sh",