X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=02c456e82536edb8b0e013bd5b04bc71620c4944;hb=371906639ee9b6ea4daae504bc7c2b15856c3f38;hp=d145bc0547e90c84a50129806ef3a6f6c7a52f39;hpb=27647da17fe53ff24ed27ef8618bc244c0be6b26;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index d145bc054..02c456e82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", - "version": "2.3.0-rc.1", + "version": "2.3.0", "private": true, "licence": "AGPL-3.0", "engines": { @@ -202,6 +202,7 @@ "eslint-plugin-standard": "^4.0.1", "libxmljs": "0.19.7", "maildev": "^1.0.0-rc3", + "markdown-it-emoji": "^1.4.0", "marked": "^1.1.0", "marked-man": "^0.7.0", "mocha": "^8.0.1", @@ -218,5 +219,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" + } + ] } }