X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=4e4e58878cde8331009962351cbf54e3d9fd6c87;hb=4572c3d0d92f5b1b79b34dbe2c7b6557a8a5b7e4;hp=b7cd51509199d0abe931c3acd640c8e1bb1e2a25;hpb=faa9d434b4d681837ff2a87603337c2623419669;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index b7cd51509..4e4e58878 100644 --- a/package.json +++ b/package.json @@ -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" @@ -217,5 +218,21 @@ "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" + } + ] } }