]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - package.json
Better error message on postgresql connection err
[github/Chocobozzz/PeerTube.git] / package.json
index d145bc0547e90c84a50129806ef3a6f6c7a52f39..946b53018489fab7bdff05c46a1d7c0e2231d2da 100644 (file)
@@ -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": {
@@ -35,7 +35,7 @@
     "danger:clean:dev": "scripty",
     "danger:clean:prod": "scripty",
     "danger:clean:modules": "scripty",
-    "i18n:generate": "scripty",
+    "i18n:update": "scripty",
     "plugin:install": "node ./dist/scripts/plugin/install.js",
     "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
     "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
     "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",
   "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"
+      }
+    ]
   }
 }