fixed
This commit is contained in:
16
package.json
16
package.json
@@ -1,24 +1,22 @@
|
||||
{
|
||||
"name": "peertube-theme-mdg-light",
|
||||
"name": "peertube-theme-mdg-dark",
|
||||
"version": "0.0.1",
|
||||
"description": "MDG PeerTube theme light",
|
||||
"description": "MDG PeerTube theme dark",
|
||||
"engine": {
|
||||
"peertube": ">=7.3.0"
|
||||
"peertube": ">=7.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"peertube",
|
||||
"theme"
|
||||
],
|
||||
"homepage": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light",
|
||||
"homepage": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-dark",
|
||||
"author": "Julian Kiedaisch",
|
||||
"bugs": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-light/issues",
|
||||
"bugs": "https://gitea.mdg-hamburg.de/julian.kiedaisch/peertube-theme-mdg-dark/issues",
|
||||
"staticDirs": {
|
||||
},
|
||||
"css": [
|
||||
"assets/style.css"
|
||||
],
|
||||
"clientScripts": [
|
||||
],
|
||||
"translations": {
|
||||
}
|
||||
"clientScripts": [],
|
||||
"translations": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user