Update annotation plugin

This commit is contained in:
Chocobozzz 2020-08-24 09:54:14 +02:00
parent 04eda825a6
commit 56b8704649
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -1,7 +1,7 @@
{
"name": "peertube-plugin-video-annotation",
"description": "PeerTube plugin video annotation",
"version": "0.0.1",
"version": "0.0.2",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/peertube-plugin-video-annotation/issues",
"clientScripts": [
@ -50,5 +50,12 @@
"staticDirs": {},
"translations": {
"fr-FR": "./languages/fr.json"
}
},
"files": [
"dist",
"assets",
"languages",
"public",
"main.js"
]
}