]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Fix playlist position in my playlists
[github/Chocobozzz/PeerTube.git] / package.json
index b7cd51509199d0abe931c3acd640c8e1bb1e2a25..4e4e58878cde8331009962351cbf54e3d9fd6c87 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"
   "sasslintConfig": "client/.sass-lint.yml",
   "_moduleAliases": {
     "@server": "dist/server"
+  },
+  "bundlewatch" : {
+    "files": [
+      {
+        "path": "client/dist/en-US/*-es2015.js",
+        "maxSize": "1mb"
+      },
+      {
+        "path": "client/dist/standalone/videos/video-embed.bundle.js",
+        "maxSize": "1mb"
+      },
+      {
+        "path": "client/dist/standalone/videos/video-embed.css",
+        "maxSize": "1mb"
+      }
+    ]
   }
 }