✨Added required "ghost-theme" keyword
- We're going to start showing this as a warning in gscan - The purpose is to give us a way to detect if a package is a valid Ghost theme
This commit is contained in:
parent
f31957bd0d
commit
0ea375643b
|
@ -29,7 +29,8 @@
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ghost",
|
"ghost",
|
||||||
"theme"
|
"theme",
|
||||||
|
"ghost-theme"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue