Rewriting the way ConverseJS is builtin.

This commit is contained in:
John Livingston
2021-02-20 23:12:12 +01:00
parent d9e461f984
commit 39ab460d68
5 changed files with 63 additions and 24 deletions

View File

@ -1,7 +1,7 @@
{
"name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat",
"version": "0.1.0",
"version": "0.0.9",
"author": "John Livingston",
"bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",
"clientScripts": [
@ -47,7 +47,8 @@
"lint": "npx eslint --ext .js ."
},
"staticDirs": {
"conversejs": "dist/conversejs"
"static": "dist/static",
"conversejs": "node_modules/converse.js/dist"
},
"translations": {
"fr-FR": "./languages/fr.json"