Initial release.

This commit is contained in:
John Livingston
2021-02-18 18:31:12 +01:00
parent 8635646b9d
commit 6d136a7da0
7 changed files with 96 additions and 12 deletions

View File

@ -6,9 +6,9 @@
"bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",
"clientScripts": [
{
"script": "dist/common-client-plugin.js",
"script": "dist/videowatch-client-plugin.js",
"scopes": [
"common"
"video-watch"
]
}
],