From 2d81f26d2f2a1c8a880f87537bb72f7432e2a348 Mon Sep 17 00:00:00 2001 From: Dominik <39655102+domcross@users.noreply.github.com> Date: Fri, 4 Oct 2019 14:20:13 +0200 Subject: [PATCH] remove depracted "name" attribute on top level see https://github.com/MycroftAI/mycroft-skills/issues/1092 --- settingsmeta.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settingsmeta.json b/settingsmeta.json index 5a4f93b..19bbcf2 100644 --- a/settingsmeta.json +++ b/settingsmeta.json @@ -1,5 +1,4 @@ { - "name": "Respeaker pixel ring", "skillMetadata": { "sections": [ { @@ -37,4 +36,4 @@ } ] } -} \ No newline at end of file +}