From 91fbcbadfe2b847382717330a6e3ff3544cc2c09 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Tue, 25 Aug 2020 16:55:19 +0300 Subject: [PATCH] Add grafanaDependency to the plugin.json --- src/plugin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin.json b/src/plugin.json index 0135803..6fd689c 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -42,6 +42,7 @@ ], "dependencies": { + "grafanaDependency": ">=7.0.0", "grafanaVersion": "7.0", "plugins": [] }