Remove "health" plugin categorie

This commit is contained in:
lowlighter
2021-03-21 14:29:20 +01:00
parent f16e3a30ac
commit 44819e1824
4 changed files with 7 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
import yaml from "js-yaml"
//Defined categories
const categories = ["core", "github", "social", "health", "other"]
const categories = ["core", "github", "social", "other"]
/**Metadata descriptor parser */
export default async function metadata({log = true} = {}) {