"version": "1.0.1"
This commit is contained in:
parent
204ae6b090
commit
91b309d7d7
8 changed files with 154 additions and 23 deletions
13
package.json
13
package.json
|
@ -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": {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue