"version": "1.0.1"

This commit is contained in:
ICabaleiro 2020-01-28 15:00:32 +00:00
parent 204ae6b090
commit 91b309d7d7
8 changed files with 154 additions and 23 deletions

View file

@ -1,6 +1,6 @@
{
"name": "peertube-theme-bittube-light-mode",
"version": "1.0.0",
"version": "1.0.1",
"description": "BitTube light theme",
"engine": {
"peertube": ">=1.3.0"
@ -12,10 +12,17 @@
"homepage": "https://github.com/ipbc-dev/peertube-theme-bittube-light-mode",
"author": "BitTube",
"bugs": "https://github.com/ipbc-dev/peertube-theme-bittube-light-mode/issues",
"staticDirs": {},
"staticDirs": {
"images": "public/images"
},
"css": [
"assets/style.css"
],
"clientScripts": [],
"clientScripts": [
{
"script": "client/common-client-plugin.js",
"scopes": [ "common" ]
}
],
"translations": {}
}