diff --git a/examples/nginx-app/plugin.json b/examples/nginx-app/plugin.json index 2cd4a9486d4..0c252186b4e 100644 --- a/examples/nginx-app/plugin.json +++ b/examples/nginx-app/plugin.json @@ -34,13 +34,10 @@ "updated": "2015-02-10" }, - "includes": { - "dashboards": [], - "plugins": [ + "includes": [ {"type": "panel", "name": "Nginx Panel"}, {"type": "datasource", "name": "Nginx Datasource"} - ] - }, + ], "dependencies": { "grafanaVersion": "3.x.x",