]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Merge branch 'release/2.3.0' into develop
[github/Chocobozzz/PeerTube.git] / package.json
index b7cd51509199d0abe931c3acd640c8e1bb1e2a25..c579030f53cea0f498db63092036b95b002cc401 100644 (file)
@@ -1,11 +1,12 @@
 {
   "name": "peertube",
   "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
-  "version": "2.2.0",
+  "version": "2.3.0",
   "private": true,
   "licence": "AGPL-3.0",
   "engines": {
-    "node": ">=10.x"
+    "node": ">=10.x <13",
+    "yarn": ">=1.x"
   },
   "bin": {
     "peertube": "dist/server/tools/peertube.js"