diff --git a/package.json b/package.json index 4b6da0f..a653bc9 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "@factry/untimely-panel", - "version": "1.0.0", - "description": "Untimely", + "version": "0.1.0", + "description": "Untimely Grafana panel", "scripts": { "build": "grafana-toolkit plugin:build", "test": "grafana-toolkit plugin:test --coverage", "dev": "grafana-toolkit plugin:dev", "watch": "grafana-toolkit plugin:dev --watch" }, - "author": "Factry", + "author": "Factry BV", "license": "Apache-2.0", "devDependencies": { "@grafana/data": "next", diff --git a/src/plugin.json b/src/plugin.json index 2c1b82c..0627224 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -1,21 +1,22 @@ { "type": "panel", "name": "Untimely", - "id": "untimely-factryio", + "id": "factrylabs-untimely-panel", "info": { - "description": "Untimely panel by Factry", + "description": "Grafana panel for displaying time series data as function of distance", "author": { - "name": "Factry" + "name": "Factry", + "url": "https://www.factry.io" }, - "keywords": ["Untimely", "Panel", "Grafana", "Factry", "Graph"], + "keywords": ["untimely", "panel", "distance", "length", "industry"], "logos": { "small": "img/logo.png", "large": "img/logo.png" }, "links": [ {"name": "Website", "url": "https://www.factry.io"}, - {"name": "License", "url": "https://github.com/grafana/simple-react-panel/blob/master/LICENSE"} + {"name": "License", "url": "https://github.com/factrylabs/untimely-grafana-panel/blob/master/LICENSE"} ], "screenshots": [], "version": "%VERSION%",